mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-30 02:13:29 +03:00
Add a comment about virtualenv < 14
This commit is contained in:
parent
b53f6691f4
commit
e6d1eb375c
|
@ -24,6 +24,7 @@ matrix:
|
||||||
- env: TOX_ENV=py35-django19
|
- env: TOX_ENV=py35-django19
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
|
||||||
- pip install tox "virtualenv<14"
|
- pip install tox "virtualenv<14"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user