scour/.travis.yml
rui 0e1db13865
ci: add python 3.10 and 3.11-dev
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-12-11 18:48:14 -05:00

29 lines
323 B
YAML

language: python
python:
- pypy
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- python: 3.11-dev
install:
- pip install tox-travis codecov
script:
- tox
matrix:
fast_finish: true
include:
- python: 3.10
env:
- TOXENV=flake8
after_success:
- coverage combine && codecov