Skip to content

Commit fd057df

Browse files
try to fix windows build test
1 parent 538baf1 commit fd057df

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
@@ -37,7 +37,7 @@ cache:
3737
- $HOME/.cache/pip
3838
- .pytest_cache
3939
install:
40-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then python3 -m pip install --upgrade pip ; fi
40+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then python -m pip install --upgrade pip ; fi
4141
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then pip3 install --upgrade pip ; fi
4242
- pip3 install pytest
4343
- pip3 install pytest-cov

0 commit comments

Comments
 (0)