We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest
1 parent 4a7591e commit f6a6195Copy full SHA for f6a6195
appveyor.yml
@@ -21,10 +21,11 @@ environment:
21
install:
22
# We need wheel installed to build wheels
23
- "%PYTHON%\\python.exe -m pip install -U pip wheel setuptools"
24
+ - "%PYTHON%\\python.exe -m pip install pytest"
25
- "%PYTHON%\\python.exe -m pip install -r tests/requirements.txt"
26
- "%PYTHON%\\python.exe setup.py install"
27
28
build: off
29
30
test_script:
- - "%PYTHON%\\python.exe -m unittest discover -vv"
31
+ - "%PYTHON%\\python.exe -m pytest"
0 commit comments