Run tests on Python 3.6 for Django 1.11+

pull/20/head
Bruno Alla 2017-06-09 16:27:13 +01:00
parent d0f8d7514a
commit 511ad909bf
1 changed files with 6 additions and 3 deletions

View File

@ -14,13 +14,16 @@ env:
- TOX_ENV=py35-19 - TOX_ENV=py35-19
- TOX_ENV=py35-110 - TOX_ENV=py35-110
- TOX_ENV=py35-master - TOX_ENV=py35-master
#- TOX_ENV=py36-18
#- TOX_ENV=py36-19
#- TOX_ENV=py36-110
matrix: matrix:
include:
- python: "3.6"
env: TOX_ENV=py36-111
- python: "3.6"
env: TOX_ENV=py36-master
allow_failures: allow_failures:
- env: TOX_ENV=py34-master - env: TOX_ENV=py34-master
- env: TOX_ENV=py35-master - env: TOX_ENV=py35-master
- env: TOX_ENV=py36-master
install: install:
- pip install tox - pip install tox
script: script: