Skip to content

Commit

Permalink
Merge pull request #68 from illia-v/update-travis-configs
Browse files Browse the repository at this point in the history
Update `.travis.yml`
  • Loading branch information
klen committed Oct 17, 2016
2 parents 36092b1 + 62575c4 commit 4b9d269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -16,12 +16,12 @@ branches:
- master
- develop

install: pip install --quiet --use-mirrors tox
install: pip install --quiet tox

script: tox

after_script:
- if [ $TOXENV == "cov" ]; then
pip install --quiet --use-mirrors coveralls;
pip install --quiet coveralls;
coveralls;
fi

0 comments on commit 4b9d269

Please sign in to comment.