summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-10-16 08:06:19 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-10-16 08:06:19 +0200
commit61c5158a96c895315eb592787efdd37335aa5555 (patch)
tree6c8ba135210bb486fc340037d6cdc6a4563308f5
parent35d9529156cb769442a78ee2ba381a29a8958432 (diff)
downloadcython-61c5158a96c895315eb592787efdd37335aa5555.tar.gz
Disable code-style checks in appveyor.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0e3c1eb48..860fcbb50 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -74,7 +74,7 @@ test: off
test_script:
- "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt"
- "set CFLAGS=/Od"
- - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j5"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp --no-code-style -j5"
artifacts:
- path: dist\*