Skip to content

Commit

Permalink
modify .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dokelung committed May 7, 2017
1 parent 4561899 commit d63dbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ python:
- "3.6"
cache: pip
install:
- pip install codecov
- pip install coveralls
script:
- python test_tinp.py
- coverage run test_tinp.py
after_success:
- codecov
- coveralls

0 comments on commit d63dbd0

Please sign in to comment.