]> granicus.if.org Git - python/commitdiff
Travis CI: run coverage test using --fail-env-changed (#3541)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 12:17:27 +0000 (05:17 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 12:17:27 +0000 (05:17 -0700)
.travis.yml

index 148c0eb3f966a405af9e2b52873dc70b07e7cf30..2e0ad87affbcf2b234b09a58c167e9fe004cc31b 100644 (file)
@@ -56,7 +56,7 @@ matrix:
             ./venv/bin/python -m test.pythoninfo
       script:
         # Skip tests that re-run the entire test suite.
-        - ./venv/bin/python -m coverage run --pylib -m test -uall,-cpu -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_multiprocessing_spawn
+        - ./venv/bin/python -m coverage run --pylib -m test --fail-env-changed -uall,-cpu -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_multiprocessing_spawn
       after_script:  # Probably should be after_success once test suite updated to run under coverage.py.
         # Make the `coverage` command available to Codecov w/ a version of Python that can parse all source files.
         - source ./venv/bin/activate