Commit 9cfac919 by Xavier Ordoquy

Merge pull request #3846 from linovia/feature/workaround-pip-8

Maintain py32 test builds
parents e7fbd264 e6d1eb37
...@@ -24,7 +24,8 @@ matrix: ...@@ -24,7 +24,8 @@ matrix:
- env: TOX_ENV=py35-django19 - env: TOX_ENV=py35-django19
install: install:
- pip install tox # Virtualenv < 14 is required to keep the Python 3.2 builds running.
- pip install tox "virtualenv<14"
script: script:
- tox -e $TOX_ENV - tox -e $TOX_ENV
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment