Skip to content

Commit

Permalink
TST: Pin virtualenv used on Travis CI. [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Feb 5, 2016
1 parent 99cd634 commit 4db3e19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ before_install:
- pushd builds
# Build into own virtualenv
# We therefore control our own environment, avoid travis' numpy
#
# Some change in virtualenv 14.0.5 caused `test_f2py` to fail. So, we have
# pinned `virtualenv` to the last known working version to avoid this failure.
- pip install -U 'virtualenv==14.0.4'
- virtualenv --python=python venv
- source venv/bin/activate
- python -V
Expand Down

0 comments on commit 4db3e19

Please sign in to comment.