Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |