Skip to content

Commit

Permalink
Configure nose for coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeReclaimers committed Dec 13, 2015
1 parent 3e009dd commit 97d6aac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ python:
- "pypy3"
- "nightly"

install: pip install nose
script: nosetests
install:
pip install nose coveralls coverage
script:
nosetests --with-coverage
after_success:
coveralls

0 comments on commit 97d6aac

Please sign in to comment.