Skip to content

Commit

Permalink
Merge pull request numpy#7209 from jakirkham/use_virtualenv_14_0_6
Browse files Browse the repository at this point in the history
TST: Bump `virtualenv` to 14.0.6
  • Loading branch information
rgommers committed Feb 8, 2016
2 parents 2ee7755 + 5c616fb commit 9524134
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ before_install:
#
# 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'
# Appears we had some issues with certificates on Travis. It looks like
# bumping to 14.0.6 will help.
- pip install -U 'virtualenv==14.0.6'
- virtualenv --python=python venv
- source venv/bin/activate
- python -V
Expand Down

0 comments on commit 9524134

Please sign in to comment.