summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-08-24 10:34:25 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-08-24 10:34:25 +0200
commit1a6b81d763ccc125497159da6c67a90bcdb43d30 (patch)
treeaf8f013a761c1c5388b29a4e79bd9b26d23cf30e /.travis.yml
parenta2fda172d9038eb225147bea28df720d8e945b36 (diff)
downloadcython-1a6b81d763ccc125497159da6c67a90bcdb43d30.tar.gz
Fix sharded testing in travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8770a4380..c87b9a3cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -160,4 +160,4 @@ script:
- if [ "$BACKEND" = "cpp" -a -n "${TRAVIS_PYTHON_VERSION##2.6*}" ]; then pip install pythran; fi
- if [ "$BACKEND" = "c" -a -n "${TRAVIS_PYTHON_VERSION##2*}" ]; then pip install mypy; fi
- CFLAGS="-O2 -ggdb -Wall -Wextra $(python -c 'import sys; print("-fno-strict-aliasing" if sys.version_info[0] == 2 else "")')" python setup.py build_ext -i
- - CFLAGS="-O0 -ggdb -Wall -Wextra" python runtests.py -vv $STYLE_ARGS -x Debugger --backends=$BACKEND $(if [ -z "$TEST_CODE_STYLE"; then echo " -j7 "; fi)
+ - CFLAGS="-O0 -ggdb -Wall -Wextra" python runtests.py -vv $STYLE_ARGS -x Debugger --backends=$BACKEND $(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j7 "; fi)