Skip to content

Commit

Permalink
Update pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 21, 2018
1 parent ecfc86e commit 3146f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -53,7 +53,7 @@ build_script:
install:
- if "%platform%" == "x86" SET PYTHON_EXECUTABLE=c:\python27\python.exe
- if "%platform%" == "x64" SET PYTHON_EXECUTABLE=c:\python27-x64\python.exe
- %PYTHON_EXECUTABLE% -m pip install tox
- "%PYTHON_EXECUTABLE% -m pip install tox"

test_script:
- if "%platform%" == "x86" SET PYTHON_FOLDER=c:\python27\python.exe
Expand Down

0 comments on commit 3146f86

Please sign in to comment.