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