add first draft of Windows conf for #108

This commit is contained in:
Patrick Kanzler 2019-06-16 02:03:53 +02:00
parent 293b8632ff
commit 2d0f045457
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@ env:
- ESCPOS_CAPABILITIES_FILE=/home/travis/build/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
matrix:
include:
- name: "Python 3.7 on Windows"
os: windows
language: shell
before_install:
- choco install python
- pip install tox codecov 'sphinx>=1.5.1'
env: TOXENV=py37 PATH=/c/Python37:/c/Python37/Scripts:$PATH
- python: 2.7
env: TOXENV=py27
- python: 3.4