diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-08-17 14:40:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-17 14:40:51 (GMT) |
commit | b907abc88589f7bea52c5afe172ececc6edcda70 (patch) | |
tree | fe55661ea304aa81915f0e3b6d72a3a4b1f25a2e /.github/appveyor.yml | |
parent | 4a347ce426fe7381885703d9074d7a6b3aeb2f2b (diff) | |
download | cpython-b907abc88589f7bea52c5afe172ececc6edcda70.zip cpython-b907abc88589f7bea52c5afe172ececc6edcda70.tar.gz cpython-b907abc88589f7bea52c5afe172ececc6edcda70.tar.bz2 |
bpo-30871: Add test.pythoninfo (#3075)
* Add Lib/test/pythoninfo.py: script collecting various informations
about Python to help debugging test failures.
* regrtest: remove sys.hash_info and sys.flags from header.
* Travis CI, Appveyor: run pythoninfo before tests
Diffstat (limited to '.github/appveyor.yml')
-rw-r--r-- | .github/appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index deb0e30..cb9821c 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -7,6 +7,7 @@ branches: - buildbot-custom build_script: - cmd: PCbuild\build.bat -e +- cmd: PCbuild\win32\python.exe -m test.pythoninfo test_script: - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0 environment: |