FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

FIX: use py24-compatible version of virtualenv on Travis by njsmith · Pull Request #431 · numpy/numpy · GitHub

/ numpy Public

FIX: use py24-compatible version of virtualenv on Travis - #431

Merged
njsmith merged 1 commit into
numpy:masterfrom
njsmith:fix-travis-py24-build
Sep 11, 2012
Merged

FIX: use py24-compatible version of virtualenv on Travis#431
njsmith merged 1 commit into
numpy:masterfrom
njsmith:fix-travis-py24-build

Conversation

njsmith commented Sep 7, 2012

Copy link
Copy Markdown
Member

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

Comment thread .travis-make-py24-virtualenv.sh Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I suspect you need to use ../.virtualenv.py here, because it is executed from the Python directory.

njsmith commented Sep 8, 2012

Copy link
Copy Markdown
Member Author

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

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
njsmith added a commit that referenced this pull request Sep 11, 2012
FIX: use py24-compatible version of virtualenv on Travis
njsmith merged commit b6a1acd into numpy:master Sep 11, 2012
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL