Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
apiad committed Jan 21, 2018
1 parent d0e2294 commit 3757955
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.6"
before_install:
- pip install pytest pytest-cov
- pip install coveralls
script:
- pytest
- py.test
after_success:
- coveralls

0 comments on commit 3757955

Please sign in to comment.