language: python
sudo: required
dist: xenial
matrix:
include:
- python: 3.7
env: TOXENV=py,codecov
- python: 3.6
- python: 3.5
install:
- pip install tox
script: tox