Skip to content

Commit

Permalink
Integrate coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Sep 2, 2016
1 parent 36b4e9f commit a968563
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ python:
- "3.5"

install:
- "pip install -r requirements.txt"
- "python setup.py install"
- "pip install nose==1.3.7"
- "pip install coverage==3.6"
- "pip install coveralls"

script:
- nosetests

after_success:
coveralls
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit a968563

Please sign in to comment.