Skip to content

Commit

Permalink
update python and virtualenv versions in travis (#4795)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored and tomchristie committed Jan 8, 2017
1 parent 1880f6e commit 44a99a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -21,17 +21,19 @@ env:
- TOX_ENV=py27-djangomaster
- TOX_ENV=py34-djangomaster
- TOX_ENV=py35-djangomaster
- TOX_ENV=py36-djangomaster

matrix:
fast_finish: true
allow_failures:
- 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
Expand Down

0 comments on commit 44a99a1

Please sign in to comment.