Skip to content

Commit

Permalink
Correct path to Python
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 20, 2018
1 parent 9a44526 commit c2c3f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -51,7 +51,7 @@ build_script:
- cmake --build . --config Release - cmake --build . --config Release


install: install:
- "%PYTHON%\\python.exe -m pip install tox" - "python -m pip install tox"


test_script: test_script:
- set PATH="%APPVEYOR_BUILD_FOLDER%\build\Release";%APPVEYOR_BUILD_FOLDER%\sdk\%SDK%\bin;%PATH% - set PATH="%APPVEYOR_BUILD_FOLDER%\build\Release";%APPVEYOR_BUILD_FOLDER%\sdk\%SDK%\bin;%PATH%
Expand Down

0 comments on commit c2c3f37

Please sign in to comment.