File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- include run_tests.py
21include test_cycler.py
32include LICENSE
43recursive-include conda-recipe *
5- recursive-include doc Makefile make.bat *.rst *.py
4+ recursive-include doc Makefile make.bat *.rst *.py
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install:
2020 - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
2121
2222 # Install the build and runtime dependencies of the project.
23- - " pip install -v nose pytest pytest-cov coverage "
23+ - " pip install -v pytest pytest-cov pytest-xdist "
2424
2525 # Install the generated wheel package to test it
2626 - " python setup.py install"
@@ -31,8 +31,8 @@ build: false
3131
3232test_script :
3333
34- # Run unit tests with nose
35- - " python run_tests.py "
34+ # Run unit tests with pytest
35+ - " python -m pytest -raR -n auto "
3636
3737artifacts :
3838 # Archive the generated wheel package in the ci.appveyor.com build report.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments