1[tox]
2envlist = py27,py34,py35,py36
3
4[testenv]
5commands =
6    python tests/all_tests.py
7