Skip to content
Snippets Groups Projects
Commit 6ebc7524 authored by Brad Nelson's avatar Brad Nelson
Browse files

upgrade pip

parent 1f55a86a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ python: ...@@ -4,7 +4,8 @@ python:
- "3.6" - "3.6"
# command to install dependencies # command to install dependencies
install: install:
- pip install --quiet -r requirements.txt - pip install --upgrade pip
- pip install -r requirements.txt
- python setup.py install - python setup.py install
# tests # tests
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment