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.
tests/requirements.txt
1 parent cc3c280 commit 4a7591eCopy full SHA for 4a7591e
appveyor.yml
@@ -20,10 +20,11 @@ environment:
20
21
install:
22
# We need wheel installed to build wheels
23
- - "%PYTHON%\\python.exe -m pip install pytest pytest-randomly pytest-cov psutil pyftpdlib mock"
+ - "%PYTHON%\\python.exe -m pip install -U pip wheel setuptools"
24
+ - "%PYTHON%\\python.exe -m pip install -r tests/requirements.txt"
25
- "%PYTHON%\\python.exe setup.py install"
26
27
build: off
28
29
test_script:
- - "%PYTHON%\\python.exe -m pytest -v tests"
30
+ - "%PYTHON%\\python.exe -m unittest discover -vv"
0 commit comments