Skip to content

Commit

Permalink
YAML fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 21, 2018
1 parent c4bc647 commit cdf2c0b
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_FOLDER=c:\python27\Scripts
- if "%platform%" == "x64" SET PYTHON_FOLDER=c:\python27-x64\Scripts
- "%PYTHON_FOLDER%\pip install tox"
- "%PYTHON_FOLDER%\\pip install tox"

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

0 comments on commit cdf2c0b

Please sign in to comment.