Don't pass tests/ argument on AppVeyor.

This breaks unittests-frozen as the tests aren't actually in that dir anymore.
This commit is contained in:
Florian Bruhin 2015-10-08 10:19:24 +02:00
parent 20bd1cc5fd
commit 93a64a4ae5

View File

@ -14,4 +14,4 @@ install:
- C:\Python27\python -u scripts\dev\ci_install.py
test_script:
- C:\Python34\Scripts\tox -e %TESTENV% -- -p "no:sugar" tests
- C:\Python34\Scripts\tox -e %TESTENV% -- -p "no:sugar"