Commit e6d1eb37 by Xavier Ordoquy

Add a comment about virtualenv < 14

parent b53f6691
......@@ -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:
......
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