mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-06 04:41:09 +00:00
Add Python 3.7 to tox and travis
This commit is contained in:
parent
95856ae37c
commit
4b67a3133f
@ -10,9 +10,12 @@ matrix:
|
||||
env: TOXENV=py35
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
dist: xenial # required for Python >= 3.7
|
||||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
install:
|
||||
- travis_retry pip install virtualenv tox
|
||||
- travis_retry pip install virtualenv tox
|
||||
script:
|
||||
- travis_retry tox
|
||||
|
Loading…
x
Reference in New Issue
Block a user