Skip to content

Commit

Permalink
fix: Fail fast on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioungaretti committed Sep 13, 2016
1 parent 3f064f2 commit 6956344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ install:
- python setup.py develop
# command to run tests
script:
- python qcodes/test.py --skip-coverage
- python qcodes/test.py --mp-spawn
- python qcodes/test.py --skip-coverage -f
- python qcodes/test.py --mp-spawn -f
after_success:
# codecov
- cd qcodes
Expand Down

0 comments on commit 6956344

Please sign in to comment.