1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

tox: add support for py34 and py37

This commit is contained in:
Johan Andersson 2018-09-23 19:39:33 +02:00
parent f90267b9f9
commit be1a20a1f9

View File

@ -1,6 +1,6 @@
[tox]
basepython=python3
envlist = py36, lint
envlist = py34,py36,py37, lint
[testenv]
deps =
@ -9,4 +9,4 @@ deps =
[testenv:lint]
commands =
flake8 --jobs 8 lib/svtplay_dl
flake8 --jobs 8 lib/svtplay_dl