blob: e1989ea2658c6cd3e57f874d53d17ae3a86d249e [file] [log] [blame]
language: python
env: # These should match the tox env list
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
install: pip install coveralls tox --use-mirrors
script: tox
after_success:
- coveralls