From 2d0f0454576fc470bed08b3d8dea8b16d9ee150d Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 16 Jun 2019 02:03:53 +0200 Subject: [PATCH] add first draft of Windows conf for #108 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 815eb23..b4c6c16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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