Skip to content

Commit

Permalink
Add pytest to Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Mar 22, 2020
1 parent 92322a5 commit 4c209c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -9,10 +9,12 @@ python:

before_install:
- pip install click
- pip install pytest
- pip install pytest-cov
- pip install coveralls
- pip install coverage

script: pytest tests.py --cov
script: pytest --cov

after_success:
- coveralls

0 comments on commit 4c209c5

Please sign in to comment.