Skip to content

Commit 2b35bbe

Browse files
committed
[appveyor] runpytest
1 parent 6e98933 commit 2b35bbe

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
@@ -64,7 +64,8 @@ build_script:
6464
test_script:
6565
# TODO: Force cross-compatibility tests
6666
# - python setup.py test --addopts "--force-compat"
67-
- python setup.py test --addopts "-nauto"
67+
# - python setup.py test --addopts "-nauto"
68+
- pytest -nauto
6869

6970
after_test:
7071
- ps: mkdir "$env:DEPLOY_DIR"

0 commit comments

Comments
 (0)