Skip to content

Commit e2b2b5a

Browse files
authored
Merge pull request #7882 from NelleV/travis_exit_after_first_failure
TST: pytest now exit on first failure on travis
2 parents a17fc4f + e61c00e commit e2b2b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ env:
4545
- NPROC=2
4646
- TEST_ARGS=--no-pep8
4747
- NOSE_ARGS="-j $NPROC"
48-
- PYTEST_ARGS="-ra --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
48+
- PYTEST_ARGS="-ra --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
4949
- PYTHON_ARGS=
5050
- DELETE_FONT_CACHE=
5151
- USE_PYTEST=false

0 commit comments

Comments
 (0)