Skip to content

Commit

Permalink
Try another way to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 18, 2017
1 parent c1eda9f commit 1dcea04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,9 @@ matrix:
- python: pypy-5.3
env: TOXENV=pypy

install: pip install cryptography==2.0.3 tox coveralls
install:
- pip install -U setuptools
- pip install tox coveralls
script: tox

after_success: coveralls
Expand Down

0 comments on commit 1dcea04

Please sign in to comment.