Skip to content

Commit a7b3bc5

Browse files
authored
Travis CI: run coverage test using --fail-env-changed (#3541)
1 parent d403a29 commit a7b3bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ matrix:
5656
./venv/bin/python -m test.pythoninfo
5757
script:
5858
# Skip tests that re-run the entire test suite.
59-
- ./venv/bin/python -m coverage run --pylib -m test -uall,-cpu -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_multiprocessing_spawn
59+
- ./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
6060
after_script: # Probably should be after_success once test suite updated to run under coverage.py.
6161
# Make the `coverage` command available to Codecov w/ a version of Python that can parse all source files.
6262
- source ./venv/bin/activate

0 commit comments

Comments
 (0)