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

switch to python2 with flake8 for now

This commit is contained in:
Patrick Kanzler
2017-01-30 02:56:15 +01:00
parent fc5ad1673c
commit f885de2f2a

View File

@@ -25,7 +25,8 @@ matrix:
env: TOXENV=pypy3
- python: 2.7
env: TOXENV=docs
- python: 3.4
# TODO add flake8 also for python3
- python: 2.7
env: TOXENV=flake8
allow_failures:
- python: 3.5-dev