tox / travis: enable testing on py37

This commit is contained in:
Thomas Waldmann 2018-07-30 01:06:15 +01:00
parent 52f1cd4bc6
commit fef9581690
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,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{36},flake8
envlist = py{36,37},flake8
[testenv]
deps =