Merge pull request #279 from pylast/add-3.7

Test on official Python 3.7
This commit is contained in:
Hugo 2018-07-29 23:12:37 +03:00 committed by GitHub
commit 51190559d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -21,6 +21,10 @@ matrix:
env: TOXENV=py27
- python: 3.6
env: TOXENV=py3lint
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.6
env: TOXENV=py36
- python: 3.5

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27, py36, py35, py34, pypy, pypy3, py36dev, py37dev
envlist = py27, py37, py36, py35, py34, pypy, pypy3, py36dev, py37dev
recreate = False
[testenv]