Skip to content

Commit

Permalink
Fix coverage call.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed May 29, 2018
1 parent 1504195 commit b8ffc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ install:
- pip install hypothesis

script:
- coverage run --source=src/nash setup.py test
- coverage run --source=src/nashpy setup.py test
- coverage report -m
- pip install nashpy # Test if pip install works

Expand Down

0 comments on commit b8ffc18

Please sign in to comment.