From b87797ea255a0e2058e0574a5a00150f7f2df5db Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 16 Feb 2016 22:15:10 +0100 Subject: remove test/ from py.test commands --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index f23cd844..d4b688e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ install: - "pip install --user -r requirements.txt" - "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\"" test_script: - - "py.test ./test/" + - "py.test" cache: - C:\Users\appveyor\AppData\Local\pip\cache deploy_script: -- cgit v1.2.3