[tox] envlist=py26,py27,py31,py32,py33,py34,pypy,flake8 indexserver= default = https://pypi.python.org/simple testrun = http://pypi.testrun.org [testenv] deps= pytest commands= py.test -rfsxX {posargs} [testenv:flake8] basepython=python deps=flake8 commands= flake8 six.py