summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-08-17 16:40:51 +0200
committerGitHub <noreply@github.com>2017-08-17 16:40:51 +0200
commitb907abc88589f7bea52c5afe172ececc6edcda70 (patch)
treefe55661ea304aa81915f0e3b6d72a3a4b1f25a2e /.github
parent4a347ce426fe7381885703d9074d7a6b3aeb2f2b (diff)
downloadcpython-git-b907abc88589f7bea52c5afe172ececc6edcda70.tar.gz
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')
-rw-r--r--.github/appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index deb0e309a9..cb9821ccc6 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: