diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f001aa041..91a6c6ec8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -121,9 +121,7 @@ build_script: } test_script: - #- if [%USE_PYTEST%]==[true] pytest -n3 --junitxml=junit-results.xml - #- if [%USE_PYTEST%]==[] python runtests.py -v -n -m %TEST_MODE% - python runtests.py -v -n -m %TEST_MODE% -- --disable-pytest-warnings + python runtests.py -v -n -m %TEST_MODE% after_build: # Remove old or huge cache files to hopefully not exceed the 1GB cache limit. |