Skip to content

Commit

Permalink
Also need to upgrade pip to get Travis to correctly install GC3Pie.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Sep 5, 2016
1 parent 5ad00ee commit 4228603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ addons:
packages:
- time
install:
- "pip install --upgrade setuptools"
- "pip install --upgrade setuptools pip"
- "pip install nose mock"
- "pip install -e .[openstack,ec2,daemon]"
script: nosetests -v

0 comments on commit 4228603

Please sign in to comment.