File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ before_install:
2020
2121install :
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
2829script :
2930# - scripts/travis.sh make check
3031 - scripts/travis.sh make test
You can’t perform that action at this time.
0 commit comments