Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimon committed Jun 8, 2016
1 parent 77741ad commit 85d3648
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ python:
- "3.5-dev"
- "nightly"
# mock is already installed on travis
install:
install:
- pip install -r requirements.txt
- pip install python-coveralls
- pip install coverage
- pip install nose
script:
- python -m unittest discover
- nosetests --with-coverage
after_success:
- coveralls

0 comments on commit 85d3648

Please sign in to comment.