File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ matrix:
56
56
./venv/bin/python -m test.pythoninfo
57
57
script :
58
58
# 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
60
60
after_script : # Probably should be after_success once test suite updated to run under coverage.py.
61
61
# Make the `coverage` command available to Codecov w/ a version of Python that can parse all source files.
62
62
- source ./venv/bin/activate
You can’t perform that action at this time.
0 commit comments