blob: fbce8fa1e40b9b90fc9fe3d4b5860cd9af46a1ea [file] [log] [blame]
language: python
sudo: false
cache:
directories:
- ${HOME}/.cache
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install:
- pip install tox coveralls
script:
- tox
after_success:
coveralls
notifications:
email: false