We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6646b commit d6c1a95Copy full SHA for d6c1a95
.travis.yml
@@ -24,7 +24,7 @@ install:
24
- scripts/travis.sh pip install coveralls
25
- scripts/travis.sh pip install --requirement=requirements-checks.txt
26
- scripts/travis.sh pip install --requirement=requirements-tests.txt
27
- - scripts/travis.sh LC_ALL=C pip install .
+ - scripts/travis.sh LC_ALL=C pip install --upgrade .
28
- scripts/travis.sh pip freeze --all
29
script:
30
# - scripts/travis.sh make check
0 commit comments