sudo: false
matrix:
fast_finish: true
include:
- python: "3.4"
env: TOXENV=py34
env: TOXENV=requirements
- python: "3.5"
env: TOXENV=lint
env: TOXENV=py35
cache:
directories:
- $HOME/.cache/pip
install: pip install -U tox
language: python
script:
- tox
- pip install coveralls
- coveralls