Skip to content

Commit 44a99a1

Browse files
auvipytomchristie
authored andcommitted
update python and virtualenv versions in travis (encode#4795)
1 parent 1880f6e commit 44a99a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ env:
2121
- TOX_ENV=py27-djangomaster
2222
- TOX_ENV=py34-djangomaster
2323
- TOX_ENV=py35-djangomaster
24+
- TOX_ENV=py36-djangomaster
2425

2526
matrix:
2627
fast_finish: true
2728
allow_failures:
2829
- env: TOX_ENV=py27-djangomaster
2930
- env: TOX_ENV=py34-djangomaster
3031
- env: TOX_ENV=py35-djangomaster
32+
- env: TOX_ENV=py36-djangomaster
3133

3234
install:
3335
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
34-
- pip install tox "virtualenv<14"
36+
- pip install tox virtualenv
3537

3638
script:
3739
- tox -e $TOX_ENV

0 commit comments

Comments
 (0)