File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1- version : ' {build}'
21
3- install :
4- - configure --dev
2+ # ###############################################################################
3+ # We use Appveyor to run minimal smoke tests suites on Pythons 3.x
4+ # on Windows 64 bits
5+ # ###############################################################################
6+ environment :
7+ matrix :
8+ - PYTHON : " C:\\ Python36-x64"
9+ # - PYTHON: "C:\\Python37-x64"
10+ # - PYTHON: "C:\\Python38-x64"
11+ # - PYTHON: "C:\\Python39-x64"
12+
513
614build : off
715
16+
817test_script :
9- - set
10- - venv/bin/activate
11- - pytest -vvs tests
18+ - python -c "import sys;print(sys.getdefaultencoding())"
19+ - cmd : " set PYTHON_EXECUTABLE=%PYTHON%\\ python.exe && configure --dev && venv\\ Scripts\\ pytest -vvs tests"
You can’t perform that action at this time.
0 commit comments