debian-workalendar/.travis.yml

16 lines
202 B
YAML

dist: bionic
language: python
cache: pip
install: pip install tox tox-travis
script: tox -v
python:
- 3.5
- 3.6
- 3.7
- 3.8
matrix:
fast_finish: true
include:
- python: 3.8
env: TOXENV=flake8