mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-17 03:51:03 +03:00
Merge pull request #3846 from linovia/feature/workaround-pip-8
Maintain py32 test builds
This commit is contained in:
commit
9cfac9193d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user