Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka committed Feb 2, 2018
1 parent 7a8bdb5 commit 850d434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -r test-requirements.txt
script:
- coverage run tests.py
- coverage run --source=. tests.py
after_success:
- codecov
- coveralls
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests
mock
future
coverage
coveralls

0 comments on commit 850d434

Please sign in to comment.