activate fast_finish

This commit is contained in:
Patrick Kanzler 2019-06-16 02:47:46 +02:00
parent a6f635c0d5
commit 2d7458fa49
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ env:
global: global:
- ESCPOS_CAPABILITIES_FILE=/home/travis/build/python-escpos/python-escpos/capabilities-data/dist/capabilities.json - ESCPOS_CAPABILITIES_FILE=/home/travis/build/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
matrix: matrix:
fast_finish: true
include: include:
- name: "Python 3.7 on Windows" - name: "Python 3.7 on Windows"
os: windows os: windows
@ -50,11 +51,13 @@ matrix:
- python: 3.7 - python: 3.7
env: TOXENV=flake8 env: TOXENV=flake8
allow_failures: allow_failures:
- python: 2.7
- python: 3.6-dev - python: 3.6-dev
- python: 3.7-dev - python: 3.7-dev
- python: 3.8-dev - python: 3.8-dev
- python: nightly - python: nightly
- python: pypy3 - python: pypy3
- os: windows
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