debian-workalendar/.travis.yml

16 lines
202 B
YAML
Raw Normal View History

2020-01-03 17:28:01 +01:00
dist: bionic
2013-11-20 16:37:55 +01:00
language: python
2020-01-03 17:28:01 +01:00
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:
2020-01-03 17:28:01 +01:00
- python: 3.8
env: TOXENV=flake8