Test against py36 official release for consistency with other python versions

This commit is contained in:
Bruno Oliveira 2017-04-13 17:54:56 -03:00
parent 7dfdfa5813
commit 6e2bbe88b1
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: