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 538baf1 commit fd057dfCopy full SHA for fd057df
.travis.yml
@@ -37,7 +37,7 @@ cache:
37
- $HOME/.cache/pip
38
- .pytest_cache
39
install:
40
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then python3 -m pip install --upgrade pip ; fi
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then python -m pip install --upgrade pip ; fi
41
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then pip3 install --upgrade pip ; fi
42
- pip3 install pytest
43
- pip3 install pytest-cov
0 commit comments