Skip to content

Commit

Permalink
Updated travis config for coverall tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Oct 12, 2014
1 parent 4b9a0bf commit df02dbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ python:
- "pypy"

# command to install dependencies
install: pip install -r requirements.md
install:
- pip install coveralls
- pip install -r requirements.md

# command to run tests
script: nosetests

after_success:
coveralls
9 changes: 0 additions & 9 deletions tox.ini

This file was deleted.

0 comments on commit df02dbe

Please sign in to comment.