AppVeyor: Run tests with -v.

This commit is contained in:
Florian Bruhin 2015-11-12 22:13:10 +01:00
parent 1dd5bb1596
commit a740ace115

View File

@ -13,7 +13,7 @@ install:
- C:\Python27\python -u scripts\dev\ci_install.py
test_script:
- C:\Python34\Scripts\tox -e %TESTENV% -- -p "no:sugar" --junitxml=junit.xml
- C:\Python34\Scripts\tox -e %TESTENV% -- -p "no:sugar" -v --junitxml=junit.xml
after_test:
- ps: |