Travis version of pip is too old (#4180)

* Travis version of pip is too old

* Also need to upgrade setuptools
This commit is contained in:
Adam J. Stewart 2017-05-09 13:59:59 -05:00 committed by GitHub
parent 4b866c6395
commit e8f493ee7b

View File

@ -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