Merge pull request #100 from micw523/master

Travis CI for Python 3.7
This commit is contained in:
Kubernetes Prow Robot 2018-12-06 18:06:29 -08:00 committed by GitHub
commit 5c242ead60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,10 @@ matrix:
env: TOXENV=py36
- python: 3.6
env: TOXENV=py36-functional
- python: 3.7
env: TOXENV=py37
- python: 3.7
env: TOXENV=py37-functional
install:
- pip install tox

View File

@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py27, py34, py35, py36
envlist = py27, py34, py35, py36, py37
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*