1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Toolchain update travis drop py2x (#336)

* drop python 2 from supported languages

Python 2 compatibility will not be actively revoked, but will
not be worked on.

* update travis config

* remove flake8-test with Py2.7
This commit is contained in:
Patrick Kanzler
2019-06-11 00:24:09 +02:00
committed by GitHub
parent 63252515b5
commit 5ac5a24b50
3 changed files with 11 additions and 9 deletions

View File

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