Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from hayd/patch-1
Browse files Browse the repository at this point in the history
Fix install coveralls before running tests
  • Loading branch information
timbertson committed May 24, 2015
2 parents 3e5f365 + 4730b07 commit eaa2fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ python:
- "3.4"

install:
- pip install --quiet coveralls
- python setup.py install

script:
- nosetests --with-coverage --cover-package=mocktest

after_success:
- pip install --quiet coveralls
- coveralls

0 comments on commit eaa2fa8

Please sign in to comment.