Commit 44a99a11 by Asif Saifuddin Auvi Committed by Tom Christie

update python and virtualenv versions in travis (#4795)

parent 1880f6e0
......@@ -21,6 +21,7 @@ env:
- TOX_ENV=py27-djangomaster
- TOX_ENV=py34-djangomaster
- TOX_ENV=py35-djangomaster
- TOX_ENV=py36-djangomaster
matrix:
fast_finish: true
......@@ -28,10 +29,11 @@ matrix:
- env: TOX_ENV=py27-djangomaster
- env: TOX_ENV=py34-djangomaster
- env: TOX_ENV=py35-djangomaster
- env: TOX_ENV=py36-djangomaster
install:
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
- pip install tox "virtualenv<14"
- pip install tox virtualenv
script:
- tox -e $TOX_ENV
......
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