Skip to content

Commit

Permalink
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
@@ -18,8 +18,8 @@ install:
- python setup.py develop
# command to run tests
script:
- python qcodes/test.py --skip-coverage -f
- python qcodes/test.py --mp-spawn -f
- python qcodes/test.py --skip-coverage
- python qcodes/test.py --mp-spawn
after_success:
# install codacy coverage plugin only on traivs
- pip install codacy-coverage

0 comments on commit f561e31

Please sign in to comment.