Skip to content

Commit

Permalink
Dev install for correct coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashaener committed Jan 3, 2017
1 parent e36022d commit c27abbc
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 @@ -36,10 +36,10 @@ install:
- pip$PY install -r requirements.txt
- pip$PY install pytest-cov
- pip$PY install coveralls
- pip$PY install .
- pip$PY install -e .

# command to run tests
script: pytest --pyargs projectq --cov projectq
script: pytest projectq --cov projectq

after_success:
- coveralls

0 comments on commit c27abbc

Please sign in to comment.