diff options
author | Carlton Gibson <carlton.gibson@noumenal.co.uk> | 2016-02-03 16:38:45 +0100 |
---|---|---|
committer | Carlton Gibson <carlton.gibson@noumenal.co.uk> | 2016-02-03 16:38:45 +0100 |
commit | d82f0f3e67842dfca657cf18473ae08d5016735c (patch) | |
tree | de5456504b404f4ee078f7a634eb5345ba758a39 | |
parent | 1111a974dfaf0715aa3b42e67a05408ccabb0f1d (diff) | |
parent | 44478f08df11ecbe527c221c643cd73000393ad6 (diff) | |
download | django-appconf-d82f0f3e67842dfca657cf18473ae08d5016735c.tar.gz |
Merge pull request #32 from carltongibson/fix-pip8-py32-build-issue
Fix Travis build for Py32
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1a8c7b2..c5ac896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,9 @@ matrix: - env: TOXENV=py34-dj110 - env: TOXENV=py35-dj110 install: - - pip install tox + # Virtualenv < 14 is required to keep the Python 3.2 builds running. + - pip install tox "virtualenv<14" + script: - tox notifications: |