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:
parent
20bd1cc5fd
commit
93a64a4ae5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user