Skip to content
Snippets Groups Projects
Commit e8f493ee authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Travis version of pip is too old (#4180)

* Travis version of pip is too old

* Also need to upgrade setuptools
parent 4b866c63
Branches
Tags
No related merge requests found
...@@ -82,6 +82,8 @@ before_install: ...@@ -82,6 +82,8 @@ before_install:
# Install various dependencies # Install various dependencies
install: install:
- pip install --upgrade pip
- pip install --upgrade setuptools
- pip install --upgrade codecov - pip install --upgrade codecov
- pip install --upgrade flake8 - pip install --upgrade flake8
- pip install --upgrade sphinx - pip install --upgrade sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment