Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: use py24-compatible version of virtualenv on Travis | Nathaniel J. Smith | 2012-09-08 | 1 | -1/+8 |
| | | | | | | | | | Travis recently upgraded to virtualenv 1.8, which has dropped support for Python 2.4. So, in our Python 2.4 setup script, we need to explicitly fetch and use virtualenv 1.7. Likewise for pip 1.1. File imported from the already-fixed version for patsy: https://github.com/pydata/patsy/blob/0316d2901f4195db06e8091c15f37d9fe4ad09de/.travis-make-py24-virtualenv.sh | ||||
* | Add .travis.yml for Travis CI (http://travis-ci.org/) | Marc Abramowitz | 2012-06-05 | 1 | -0/+18 |