1
0
mirror of https://github.com/TeamNewPipe/isso synced 2025-10-06 00:23:15 +02:00

Run tests on Python 3.7.

This commit is contained in:
Jelmer Vernooij
2019-04-15 21:32:26 +00:00
parent bd39dd6788
commit e2cfd6c08c
2 changed files with 4 additions and 1 deletions

View File

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

View File

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