Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 6, 2017
1 parent 12b9207 commit a08e386
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -14,10 +14,8 @@ git:
depth: 3


install: pip install -e .[tests]
install: python -m pip install -e .[tests]

script: nosetests tests/test.py -v
script: coverage run tests/test.py -v

after_success:
- coverage run tests/test.py -v
- coveralls
after_success: coveralls

0 comments on commit a08e386

Please sign in to comment.