From 93a64a4ae5a661fa41aabe8f2c06e728f25cd446 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 8 Oct 2015 10:19:24 +0200 Subject: [PATCH] Don't pass tests/ argument on AppVeyor. This breaks unittests-frozen as the tests aren't actually in that dir anymore. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index be8b46ab2..010c13771 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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"