File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1
- include run_tests.py
2
1
include test_cycler.py
3
2
include LICENSE
4
3
recursive-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:
20
20
- " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
21
21
22
22
# 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 "
24
24
25
25
# Install the generated wheel package to test it
26
26
- " python setup.py install"
@@ -31,8 +31,8 @@ build: false
31
31
32
32
test_script :
33
33
34
- # Run unit tests with nose
35
- - " python run_tests.py "
34
+ # Run unit tests with pytest
35
+ - " python -m pytest -raR -n auto "
36
36
37
37
artifacts :
38
38
# 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