Skip to content

Commit f6a6195

Browse files
committed
Revert back to testing with pytest in AppVeyor CI
1 parent 4a7591e commit f6a6195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ environment:
2121
install:
2222
# We need wheel installed to build wheels
2323
- "%PYTHON%\\python.exe -m pip install -U pip wheel setuptools"
24+
- "%PYTHON%\\python.exe -m pip install pytest"
2425
- "%PYTHON%\\python.exe -m pip install -r tests/requirements.txt"
2526
- "%PYTHON%\\python.exe setup.py install"
2627

2728
build: off
2829

2930
test_script:
30-
- "%PYTHON%\\python.exe -m unittest discover -vv"
31+
- "%PYTHON%\\python.exe -m pytest"

0 commit comments

Comments
 (0)