1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Merge branch 'feature/python3.5-support' into feature/native-qr

This commit is contained in:
Michael Billington
2016-03-20 00:52:05 +11:00

View File

@@ -1,6 +1,14 @@
language: python
sudo: false
cache: pip
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
before_install:
- pip install tox
# command to run tests