Skip to content

Commit

Permalink
Updated coverage procedure for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gagath committed Jul 29, 2017
1 parent 3172545 commit 87e4cd8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -8,11 +8,10 @@ python:
# command to install dependencies
install:
- pip install .
- pip install nose
- pip install python-coveralls
- pip install pytest coverage python-coveralls

# command to run tests
script: nosetests --with-coverage
script: coverage run --source hms_irc -m py.test

after_success:
- coveralls
- coveralls

0 comments on commit 87e4cd8

Please sign in to comment.