1
0
Fork 0
forked from josch/img2pdf

tox.ini: also remove support for py34 (fails to compile pikepdf)

This commit is contained in:
Johannes 'josch' Schauer 2020-08-04 07:45:39 +02:00
parent a39beb5c5e
commit 2493af173c
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py34, py35, py36, py37, py38
envlist = py35, py36, py37, py38
skip_missing_interpreters = true
[testenv]