language: python
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=pypy
- TOXENV=flake8
install:
- pip install tox --use-mirrors
script:
- tox