Skip to content

Commit

Permalink
:fix: try to install project before test it
Browse files Browse the repository at this point in the history
  • Loading branch information
b3j0f committed Dec 20, 2015
1 parent 6a9de2c commit ea63b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
- pip install coveralls
# command to run tests
script:
- python setup.py install
- coverage run setup.py test
# command to run after success
after_success:
Expand Down

0 comments on commit ea63b62

Please sign in to comment.