Merge pull request #2367 from nicoddemus/py36-official-travis

Test against py36 official release for consistency with other python versions
This commit is contained in:
Florian Bruhin 2017-04-21 23:19:20 +02:00 committed by GitHub
commit 314d4afa57
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ env:
matrix: matrix:
include: include:
- env: TOXENV=py36 - env: TOXENV=py36
python: '3.6-dev' python: '3.6'
- env: TOXENV=py37 - env: TOXENV=py37
python: 'nightly' python: 'nightly'
allow_failures: allow_failures: