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