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
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ before_install:
# Install various dependencies
install:
- pip install --upgrade pip
- pip install --upgrade setuptools
- pip install --upgrade codecov
- pip install --upgrade flake8
- pip install --upgrade sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment