Add py3.6 to travis config

This commit is contained in:
Alex Stokes 2019-12-02 16:05:28 -08:00
parent a1fd106bf3
commit d516cf51b8
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086

View File

@ -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