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:
commit
314d4afa57
|
@ -31,7 +31,7 @@ env:
|
|||
matrix:
|
||||
include:
|
||||
- env: TOXENV=py36
|
||||
python: '3.6-dev'
|
||||
python: '3.6'
|
||||
- env: TOXENV=py37
|
||||
python: 'nightly'
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in New Issue