Add py3.6 to travis config
This commit is contained in:
parent
a1fd106bf3
commit
d516cf51b8
|
@ -2,6 +2,9 @@ language: python
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.6-dev
|
||||
dist: xenial
|
||||
env: TOXENV=py36-test
|
||||
- python: 3.7-dev
|
||||
dist: xenial
|
||||
env: TOXENV=py37-test
|
||||
|
|
Loading…
Reference in New Issue
Block a user