language: python sudo: false cache: pip python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: - pip install tox-travis codecov script: - tox -v after_success: - codecov notifications: email: false