summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* TST: fix .travis.yml to re-enable python 2.4 builds.David Cournapeau2012-06-241-1/+0
|
* TST: fix matrix def in travis to avoid unwanted builds.David Cournapeau2012-06-241-1/+0
|
* TST: add separate compilation to travis-ci matrix.David Cournapeau2012-06-241-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. Smith2012-06-161-0/+1
|
* Disable email notifications from travis-ci for nowNathaniel J. Smith2012-06-161-1/+4
|
* Simpler .travis.yml to test everything from py2.4 to py3.2Marc Abramowitz2012-06-161-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 Abramowitz2012-06-051-0/+57