Skip to content

Commit

Permalink
Update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Nov 28, 2017
1 parent 7510fee commit 47e63ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -8,11 +8,13 @@ python:
- "3.6"

install:
- pip install coveralls
- python setup.py install
- pip install coveralls
- pip install coverage
- pip install nose

script:
- python setup.py nosetests
- python setup.py install
- python setup.py nosetests --with-coverage

after_success:
- coveralls

0 comments on commit 47e63ae

Please sign in to comment.