Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: give up on rackspace wheels | Matthew Brett | 2014-11-10 | 1 | -1/+2 |
| | | | | | | | | | | Rackspace wheels (from http://wheels.scikit-image.org) are giving timeouts, again - e.g.: https://travis-ci.org/numpy/numpy/jobs/40578751 Use Nathaniel's trick of not compiling Cython, for speed, and to work round previous Cython build breakage. | ||||
* | MAINT: add --no-cython-compile flag for Cython | Matthew Brett | 2014-11-07 | 1 | -1/+1 |
| | | | | | | | Add flag to prevent Cython compiling itself. This speeds Cython installation and doesn't much slow down pyx file building. From suggestion by Nathaniel. | ||||
* | MAINT: use scikit-image wheels collection | Matthew Brett | 2014-11-07 | 1 | -1/+1 |
| | | | | An attempt to address Cython build failures. | ||||
* | Merge pull request #5149 from charris/fix-ma-docs-for-OO-option | Julian Taylor | 2014-10-04 | 1 | -1/+1 |
|\ | | | | | | | BUG: Make numpy import when run with Python flag '-OO | ||||
| * | TST: Add test with python flag -OO. | Charles Harris | 2014-10-04 | 1 | -1/+1 |
| | | |||||
* | | TST: remove not important tests to reduce travis load | Julian Taylor | 2014-07-16 | 1 | -5/+1 |
| | | | | | | | | | | | | Remove one of the separate compilation and relaxed strides tests, it is not worth the cpu time to test these on two python versions. Use one of them to add a non debug python3.4 test. | ||||
* | | Merge pull request #4671 from charris/prepare-1.10-devel | Charles Harris | 2014-07-06 | 1 | -2/+2 |
|\ \ | |/ |/| | MAINT: start 1.10-devel. | ||||
| * | MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default. | Charles Harris | 2014-05-06 | 1 | -2/+2 |
| | | |||||
* | | TST: add travis test for wheel build and install | Matthew Brett | 2014-05-04 | 1 | -0/+2 |
|/ | | | | | Add travis build that builds and installs wheel, runs tests from installed wheel. | ||||
* | BLD: remove cython c source from git | Julian Taylor | 2014-04-05 | 1 | -0/+2 |
| | | | | | | | Instead generate at build time. The generated sources are still part of the sdist. tools/cythonize.py is copied from SciPy with small changes to the configuration. | ||||
* | TST: switch i386 build to python3.4 defaulting ubuntu 14.04 | Julian Taylor | 2014-02-25 | 1 | -1/+1 |
| | | | | to do that fix a missing $DIST variable usage in the test script | ||||
* | TST: add travis test using python-dbg | Julian Taylor | 2014-01-16 | 1 | -0/+2 |
| | | | | | python-dbg adds couple extra asserts on reference counts, memory allocation and also enables a few numpy internal asserts. | ||||
* | TST: run slow chroot test earlier for better load balancing | Julian Taylor | 2014-01-11 | 1 | -2/+2 |
| | |||||
* | TST: add 32 bit travis tests | Julian Taylor | 2014-01-03 | 1 | -20/+3 |
| | | | | | | | | Implemented by setting up a chroot in the travis VM and moving all the test logic, including bento build, to a single script. This is still reasonable fast, about twice as slow as the normal tests. When Travis updates to a newer OS it can be replaced by standard cross compiling. | ||||
* | MAINT: remove useless email notification in .travis.yml | Ralf Gommers | 2013-12-08 | 1 | -4/+0 |
| | |||||
* | TST: add Bento build to Travis CI runs. | Ralf Gommers | 2013-12-08 | 1 | -1/+3 |
| | |||||
* | ENH: Add gfortran to travis.yml configuration to enable f2py tests. | Charles Harris | 2013-09-21 | 1 | -2/+2 |
| | |||||
* | BLD TRAVIS: Added libatlas to travis build so it can test BLAS stuff. | Blake Griffith | 2013-09-05 | 1 | -0/+2 |
| | | | | sudo apt-get install -qq libatlas-dev libatlas-base-dev | ||||
* | [BLD] Run 'full' test suite on Travis, including 'slow' tests | Nathaniel J. Smith | 2013-04-06 | 1 | -1/+1 |
| | | | | | | There's no reason *not* to run the full test suite on Travis, so long as we fit in under the time limit. And no way to find out if we fit under the time limit except to try ;-). | ||||
* | TST: Add NPY_RELAXED_STRIDES_CHECKING to Travis | Sebastian Berg | 2013-04-02 | 1 | -1/+5 |
| | |||||
* | Travis: record some basic information about the build platform | Nathaniel J. Smith | 2013-03-02 | 1 | -0/+4 |
| | | | | The question has come up sometimes about how much memory etc. we have available for Travis builds. Let's just log the relevant resource limits at the top of every build log. | ||||
* | FEAT: use separate build by default. | David Cournapeau | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | TST: remove Python 2.4 and 2.5 testing from Travis config. | Ralf Gommers | 2013-01-03 | 1 | -25/+0 |
| | | | | | Done because for 1.8 we're not supporting these Python versions anymore, and this PR break 2.4 compatibility. | ||||
* | TST: Replace Python 3.1 test with 3.3. | Ondřej Čertík | 2012-12-20 | 1 | -1/+1 |
| | | | | | | Travis does not support 3.1 anymore, but supports 3.3. See: https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion | ||||
* | FIX: Use 'pip' for travis build. | Nathaniel J. Smith | 2012-11-25 | 1 | -1/+10 |
| | | | | Closes gh-2768. | ||||
* | TST: fix .travis.yml to re-enable python 2.4 builds. | David Cournapeau | 2012-06-24 | 1 | -1/+0 |
| | |||||
* | TST: fix matrix def in travis to avoid unwanted builds. | David Cournapeau | 2012-06-24 | 1 | -1/+0 |
| | |||||
* | TST: add separate compilation to travis-ci matrix. | David Cournapeau | 2012-06-24 | 1 | -0/+6 |
| | | | | | We only test 2.7 and 3.2 for now. If NumFocus does a donation, maybe we can reasonably expand to all the versions we care about. | ||||
* | travis-ci: add python 3.1 to the list of tested versions. | Nathaniel J. Smith | 2012-06-16 | 1 | -0/+1 |
| | |||||
* | Disable email notifications from travis-ci for now | Nathaniel J. Smith | 2012-06-16 | 1 | -1/+4 |
| | |||||
* | Simpler .travis.yml to test everything from py2.4 to py3.2 | Marc Abramowitz | 2012-06-16 | 1 | -19/+16 |
| | | | | | Uses Travis's new "matrix: include:" feature which makes "the 2.4 hack" more straightforward. | ||||
* | Add .travis.yml for Travis CI (http://travis-ci.org/) | Marc Abramowitz | 2012-06-05 | 1 | -0/+57 |