This commit is contained in:
Patrick Kanzler 2019-06-16 03:01:36 +02:00
parent 2d7458fa49
commit e50e295acc
1 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@ matrix:
- TOXENV=py37 - TOXENV=py37
- PATH=/c/Python37:/c/Python37/Scripts:$PATH - PATH=/c/Python37:/c/Python37/Scripts:$PATH
- ESCPOS_CAPABILITIES_FILE=C:/Users/travis/build/python-escpos/python-escpos/capabilities-data/dist/capabilities.json - ESCPOS_CAPABILITIES_FILE=C:/Users/travis/build/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
- name: "Python 3.7 on macOS"
os: osx
osx_image: xcode10.2
language: shell
- python: 2.7 - python: 2.7
env: TOXENV=py27 env: TOXENV=py27
- python: 3.4 - python: 3.4
@ -57,7 +61,7 @@ matrix:
- python: 3.8-dev - python: 3.8-dev
- python: nightly - python: nightly
- python: pypy3 - python: pypy3
- os: windows - os: windows osx
before_install: before_install:
- pip install tox codecov 'sphinx>=1.5.1' - pip install tox codecov 'sphinx>=1.5.1'
- ./doc/generate_authors.sh --check - ./doc/generate_authors.sh --check