fix capabilities file

This commit is contained in:
Patrick Kanzler 2019-06-16 02:27:32 +02:00
parent 2d0f045457
commit a6f635c0d5
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@ matrix:
before_install: before_install:
- choco install python - choco install python
- pip install tox codecov 'sphinx>=1.5.1' - pip install tox codecov 'sphinx>=1.5.1'
env: TOXENV=py37 PATH=/c/Python37:/c/Python37/Scripts:$PATH env:
- TOXENV=py37
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
- ESCPOS_CAPABILITIES_FILE=C:/Users/travis/build/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
- python: 2.7 - python: 2.7
env: TOXENV=py27 env: TOXENV=py27
- python: 3.4 - python: 3.4