mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
travis: add --upgrade, so we actually get a newer setuptools
This commit is contained in:
parent
544f87a318
commit
40d8ad68c1
@ -19,7 +19,7 @@ install:
|
||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then export PATH=$HOME/Library/Python/2.7/bin:$PATH; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then wget https://bootstrap.pypa.io/get-pip.py && sudo python ./get-pip.py; fi
|
||||
- pip list
|
||||
- pip install --user codecov tox setuptools
|
||||
- pip install --user --upgrade codecov tox setuptools
|
||||
- echo $PATH; which python; which pip; which tox
|
||||
- python misc/build_helpers/show-tool-versions.py
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user