scour/.travis.yml
Eduard Braun 3c64623a12 Discontinue official support for Python 3.3
(testing failed due to wheel now requiring Python >= 3.4)

Also run flake8 in latest Python 3.6
(3.7 is not supported on Travis yet)
2018-06-29 19:29:09 +02:00

26 lines
No EOL
280 B
YAML

sudo: false
language: python
python:
- pypy
- 2.7
- 3.4
- 3.5
- 3.6
install:
- pip install tox-travis codecov
script:
- tox
matrix:
fast_finish: true
include:
- python: 3.6
env:
- TOXENV=flake8
after_success:
- coverage combine && codecov