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