summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2017-04-21 15:47:35 -0700
committerEli Bendersky <eliben@google.com>2017-04-21 15:47:35 -0700
commit92ae9ebf98cc855e0d64b93647b61402ea067b0f (patch)
treec30ecdc3ac13ff04c859a9b54ac4a30969fe09c5 /appveyor.yml
parentbb8c3843fb3eaa03f6a8a32cb18ef8a780991f0f (diff)
downloadpycparser-92ae9ebf98cc855e0d64b93647b61402ea067b0f.tar.gz
Trying to fix appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 490e736..edf5a99 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,9 @@
environment:
matrix:
-
- PYTHON: "C:\\Python27"
- test_script:
- - %PYTHON%\\python.exe tests/all_tests.py
+build: off
+test_script:
+ - "%PYTHON%\\python.exe tests\\all_tests.py"