Skip to content

Commit

Permalink
upgrade pip before installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensayshi committed Jul 4, 2017
1 parent a5e1118 commit 6c6dc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies:
override:
- rm -rf /home/ubuntu/virtualenvs/venv-*/bin/serpent
- rm -rf /home/ubuntu/virtualenvs/venv-*/lib/python3.4/site-packages/apsw*
- pip install --upgrade pip
- pip install -r requirements.txt
- python setup.py install --with-serpent
- python -c "import apsw; print(apsw.apswversion())"
Expand Down

0 comments on commit 6c6dc77

Please sign in to comment.