| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
I suspect you need to use ../.virtualenv.py here, because it is executed from the Python directory.
Sorry, something went wrong.
|
Thanks for the catch -- I forgot that when testing this on Patsy, I didn't so much confirm that it worked as confirm that Travis had gotten wedged and then give up until later. The amended commit does actually work: http://travis-ci.org/#!/pydata/patsy/jobs/2377994 |
Sorry, something went wrong.
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
FIX: use py24-compatible version of virtualenv on Travis
| Back | FazBrowse Home | New Git URL |
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.
File imported from the already-fixed version for patsy:
https://github.com/pydata/patsy/blob/ed4073adaf88463b67a1c1e2b0f02aa1eba2b944/.travis-make-py24-virtualenv.sh