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.
1 parent 6e98933 commit 2b35bbeCopy full SHA for 2b35bbe
appveyor.yml
@@ -64,7 +64,8 @@ build_script:
64
test_script:
65
# TODO: Force cross-compatibility tests
66
# - python setup.py test --addopts "--force-compat"
67
- - python setup.py test --addopts "-nauto"
+ # - python setup.py test --addopts "-nauto"
68
+ - pytest -nauto
69
70
after_test:
71
- ps: mkdir "$env:DEPLOY_DIR"
0 commit comments