1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-18 08:29:32 +00:00

Add Python 3.7 to tox and travis

This commit is contained in:
Mike Naberezny 2019-08-15 02:37:02 -07:00
parent 95856ae37c
commit 4b67a3133f
2 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@ matrix:
env: TOXENV=py35 env: TOXENV=py35
- python: 3.6 - python: 3.6
env: TOXENV=py36 env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial # required for Python >= 3.7
- python: pypy - python: pypy
env: TOXENV=pypy env: TOXENV=pypy
install: install:

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist = envlist =
py27,py34,py35,py36,pypy py27,py34,py35,py36,py37,pypy
[testenv] [testenv]
commands = commands =