Add a comment about virtualenv < 14

This commit is contained in:
Xavier Ordoquy 2016-01-20 11:53:32 +01:00
parent b53f6691f4
commit e6d1eb375c

View File

@ -24,6 +24,7 @@ matrix:
- env: TOX_ENV=py35-django19
install:
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
- pip install tox "virtualenv<14"
script: