Skip to content

Commit

Permalink
Add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr committed Sep 12, 2019
1 parent 5a14a5d commit 655aa08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ language: python
python:
- "2.7"
- "3.6"
script:
install:
- pip install -r requirements.txt
- pip install pytest
script:
- pytest
deploy:
provider: pypi
Expand Down

0 comments on commit 655aa08

Please sign in to comment.