Skip to content

Commit

Permalink
travis: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuncar committed Aug 25, 2014
1 parent 8c1eb60 commit 670f3a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ python:

install:
- pip install --upgrade pip --use-mirrors
- pip install cloud coverage --use-mirrors
- pip install pytest pytest-cache pytest-pep8 pytest-cov --use-mirrors
- pip install coveralls --use-mirrors
- pip install -e .
- pip install .

script:
- python setup.py test
- python -m pytest

after_success:
- coveralls
Expand Down

0 comments on commit 670f3a9

Please sign in to comment.