Run tests on Python 3.7.

master
Jelmer Vernooij 5 years ago
parent bd39dd6788
commit e2cfd6c08c
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8

@ -9,6 +9,9 @@ matrix:
env: TOX_ENV=py35 env: TOX_ENV=py35
- python: 3.6 - python: 3.6
env: TOX_ENV=py36 env: TOX_ENV=py36
- python: 3.7
dist: xenial
env: TOX_ENV=py37
install: install:
- pip install -U pip - pip install -U pip
- pip install flake8 tox - pip install flake8 tox

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,py34,py35,py36 envlist = py27,py34,py35,py36,py37
[testenv] [testenv]
deps = deps =

Loading…
Cancel
Save