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

Commit

Permalink
Fix deps crash with pip==8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed May 26, 2016
1 parent a3a0104 commit e7ee817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ before_script:
- pip install -U pip==8.1.1
- pip install -r dev-requirements.txt
- pip install pytest-cov
- pip instal -e .
- pip install -e .
script:
- flake8 .
- py.test --cov=autobahn_sync
Expand Down

0 comments on commit e7ee817

Please sign in to comment.