Skip to content

Commit 3a8e5b3

Browse files
committed
Upgrade pip in CI
Perhaps this will help with attrs etc versions
1 parent d4f5f9e commit 3a8e5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020

2121
install:
2222
# - scripts/travis.sh pip install pip-accel
23-
- if [ $TRAVIS_OS_NAME = osx ]; then scripts/travis.sh pip install -U "\"setuptools<45"\"; else pip install -U setuptools --upgrade ; fi
23+
- if [ $TRAVIS_OS_NAME = osx ]; then scripts/travis.sh pip install -U pip "\"setuptools<45"\"; else pip install -U pip setuptools --upgrade ; fi
2424
- scripts/travis.sh pip install coveralls
2525
- scripts/travis.sh pip install --requirement=requirements-checks.txt
2626
- scripts/travis.sh pip install --requirement=requirements-tests.txt

0 commit comments

Comments
 (0)