Skip to content

Commit

Permalink
using an older version of pip, travis seems to be unable to find 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jan 6, 2016
1 parent 050b9ef commit 9286d71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@

install_requires = [
"docopt==0.6.2",
"pip==7.1.2",
"pip==7.1.1",
"requests==2.9.1",
"setuptools==18.0.1",
"six==1.9.0",
"virtualenv==13.1.0"
"setuptools==19.2",
"virtualenv==13.1.2"
]

tests_require = [
Expand Down

0 comments on commit 9286d71

Please sign in to comment.