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

use tox plugin for github

This commit is contained in:
Patrick Kanzler
2020-05-09 01:08:16 +02:00
parent baffd98a22
commit 7ea58625e6
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
[tox]
envlist = py35, py36, py37, py38, docs, flake8
[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38
[testenv]
deps = nose
jaconv