[tox]
envlist = py33, py34

[testenv]
commands = python setup.py test
deps = -rdev-requirements.txt

[pep8]
ignore = E501,E402

[pytest]
norecursedirs = old_tests .tox
timeout = 2