ihrasko: use variable instead of hardcoded path

This commit is contained in:
IvanHrasko 2015-07-08 12:50:21 +02:00
parent 07c8ccdbc7
commit 7cc29aa33b

View File

@ -55,7 +55,7 @@ build_script:
- pip install pytest - pip install pytest
# go back to project source dir # go back to project source dir
- cd C:\projects\autocmake - cd %APPVEYOR_BUILD_FOLDER%
test_script: test_script:
# show environment # show environment