Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Aug 16, 2015
1 parent bce52c6 commit 805e9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,7 +37,7 @@ install:
- pip install coveralls
- pip install pytest-cov
# command to run tests
script: py.test --cov==lifelines lifelines -vv
script: py.test --cov=lifelines lifelines -vv
after_success:
coveralls
# Don't want notifications
Expand Down

0 comments on commit 805e9c7

Please sign in to comment.