Skip to content

Commit 21dece9

Browse files
committed
Merge branch 'pr-590' into 2.5.0
2 parents 6c24eec + d6c1a95 commit 21dece9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ 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
27-
- scripts/travis.sh LC_ALL=C pip install .
27+
- scripts/travis.sh LC_ALL=C pip install --upgrade .
28+
- scripts/travis.sh pip freeze --all
2829
script:
2930
# - scripts/travis.sh make check
3031
- scripts/travis.sh make test

0 commit comments

Comments
 (0)