diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ccb182816..540d05c56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |