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

Fix travis-builds and tests in general (#295)

* add explicit location of capabilities.json for travis
* pass on env variables in tox builds
* drop support for python 3.3 and remove python3.3 from supported versions list
This commit is contained in:
Patrick Kanzler
2018-05-14 18:06:31 +02:00
committed by GitHub
parent 47b4d41b28
commit f649814091
3 changed files with 8 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ deps = nose
hypothesis!=3.56.9
viivakoodi
commands = py.test --cov escpos
passenv = ESCPOS_CAPABILITIES_PICKLE_DIR ESCPOS_CAPABILITIES_FILE CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_*
[testenv:docs]
basepython = python