tox / travis: enable testing on py37

(cherry picked from commit fef9581690)
This commit is contained in:
Thomas Waldmann 2018-07-30 01:06:15 +01:00
parent 02dbe5fd5c
commit 836dc0b568
2 changed files with 5 additions and 1 deletions

View File

@ -29,6 +29,10 @@ matrix:
os: linux
dist: trusty
env: TOXENV=py36
- python: "3.7"
os: linux
dist: xenial
env: TOXENV=py37
- language: generic
os: osx
osx_image: xcode8.3

View File

@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
envlist = py{34,35,36},flake8
envlist = py{34,35,36,37},flake8
[testenv]
deps =