blob: 00183731ba5eb009c50a2d93285c379a7e7f8f5c [file] [log] [blame]
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: pypy
env: TOXENV=pypy
install:
- pip install -U tox codecov
script:
- tox
after_success:
- coverage combine
- codecov