Skip to content

Commit

Permalink
Update .travis.yml to point to tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
audrow committed Jan 10, 2020
1 parent 54ae1bf commit bfd8138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,6 +10,6 @@ install:
- pip install pytest-cov
- pip install coveralls
script:
- pytest --cov=fitbit_client
- pytest tests.py --cov=fitbit_client/
after_success:
- coveralls

0 comments on commit bfd8138

Please sign in to comment.