Skip to content

Commit b8095e1

Browse files
committed
Update appveyor.yml to use the same script as scancode-tk
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 61863c1 commit b8095e1

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

appveyor.yml

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
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

614
build: off
715

16+
817
test_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"

0 commit comments

Comments
 (0)