make test terminate in Py2.6 by disabling parallel compilation
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 11 Aug 2013 17:44:46 +0000 (19:44 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 11 Aug 2013 17:44:46 +0000 (19:44 +0200)
tests/build/cythonize_script_package.srctree

index 79d2dc0..aa6d9a7 100644 (file)
@@ -1,5 +1,5 @@
 '''
-PYTHON -m Cython.Build.Cythonize -i pkg
+PYTHON -m Cython.Build.Cythonize -i pkg -j1
 PYTHON package_test.py
 '''