From 78c83da721d46aec28012be72ed811f21a8e16a4 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Apr 2014 10:33:13 +0200 Subject: [PATCH] Updated appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b48970f1..ba66b09d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,4 +8,4 @@ install: - C:\Python27\Scripts\pip.exe install -r requirements-dev.txt build: off test_script: - - C:\Python27\Scripts\tox.exe + - C:\Python27\python.exe setup.py test