An error occurred fetching the project authors.
- 11 Jun, 2015 2 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
The cache mechanism of travis-ci.org itself creates the cache directory, so it is already there before we try to add it. The bin/python inside it seems a good target.
-
- 04 Nov, 2014 4 commits
-
-
Marius Gedminas authored
Closes #203 Some background: PEP 453 introduced the 'ensurepip' module to Python 3.4. 'make install' runs 'python3.4 -m ensurepip' which installs setuptools into site-packages. Our test suite doesn't like that. Luckily, Python's ./configure has an option to disable ensurepip.
-
Marius Gedminas authored
Travis thinks something is wrong when the script produces no output in 10 minutes, which leads to sporadic test failures like https://travis-ci.org/buildout/buildout/jobs/39916822
-
Marius Gedminas authored
If PYTHON_VER is not known to the Makefile, don't fall back to PYTHON_MINOR of 2.7.3, instead ask the user to specify a correct PYTHON_MINOR explicitly. Otherwise you get weird failures like #203. Also allow the user to override PYTHON_MINOR on the `make` command line, e.g. make PYTHON_VER=3.3 PYTHON_MINOR=3.3.6
-
Marius Gedminas authored
Closes #202.
-
- 21 Mar, 2014 2 commits
-
-
Taylor McKay authored
-
Taylor McKay authored
-
- 16 Oct, 2013 1 commit
-
-
Marius Gedminas authored
The SSL patch file was recently renamed[1], and then fixed to apply against 2.6.9rc1[2]. [1] https://github.com/collective/buildout.python/commit/ad45adb78bfa37542d62a394392d5146fce5af34 [2] https://github.com/collective/buildout.python/commit/8d58e4b2bc67ef67d97013a66e8aa4669b3a37a1 Since buildout is still building Python 2.6.8 we should use a URL to a version of the patch that applies to 2.6.8. I noticed this problem while idly browsing Travis CI: https://travis-ci.org/buildout/buildout/jobs/12570074
-
- 20 Jan, 2013 1 commit
-
-
Reinout van Rees authored
Removing the verbosity might make it more obvious where the two failures occur that zc.recipe.testrunner insists exist when running on travis.
-
- 19 Nov, 2012 1 commit
-
-
Marc Abramowitz authored
Hopefully, this will let the Travis CI build for Python 3.3.0 run now...
-
- 07 Sep, 2012 1 commit
-
-
Hanno Schlichting authored
-
- 25 Aug, 2012 1 commit
-
-
Hanno Schlichting authored
-
- 21 Aug, 2012 1 commit
-
-
Marius Gedminas authored
This way you can run the tests against several python versions by doing make PYTHON_VER=2.6 build test make PYTHON_VER=2.7 build test make PYTHON_VER=3.2 build test repeatedly, without having to re-download and recompile the respective clean Python interpreters.
-
- 20 Aug, 2012 9 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-