Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes to PYTHONPATH and pytest command
  • Loading branch information
geographika committed Mar 21, 2018
1 parent f64f488 commit 78d91ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -56,7 +56,7 @@ install:
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%
- set PROJ_LIB="%APPVEYOR_BUILD_FOLDER%\sdk\%SDK%\bin\proj\SHARE" - set PROJ_LIB="%APPVEYOR_BUILD_FOLDER%\sdk\%SDK%\bin\proj\SHARE"
- set PYTHONPATH=%APPVEYOR_BUILD_FOLDER%\build\mapscript\python\Release - set PYTHONPATH=%APPVEYOR_BUILD_FOLDER%\build\mapscript\python\Release;%APPVEYOR_BUILD_FOLDER%\build\mapscript\python
- echo %PATH% - echo %PATH%
- echo %PROJ_LIB% - echo %PROJ_LIB%
- echo %PYTHONPATH% - echo %PYTHONPATH%
Expand Down
2 changes: 1 addition & 1 deletion mapscript/python/tox.ini
Expand Up @@ -7,4 +7,4 @@ passenv=PYTHONPATH
skip_install=True skip_install=True
deps=-rrequirements-dev.txt deps=-rrequirements-dev.txt
commands= commands=
py.test --ignore=tests/cases/pgtest.py --ignore=tests/cases/threadtest.py tests/cases pytest --ignore=tests/cases/pgtest.py --ignore=tests/cases/threadtest.py tests/cases

0 comments on commit 78d91ba

Please sign in to comment.