Update tox

This commit is contained in:
Markus Unterwaditzer 2014-09-01 00:00:20 +02:00
parent b93ab41ed1
commit ec863cef5b

View file

@ -2,8 +2,10 @@
envlist = docs, py26, py27, pypy, py33, py34
[testenv]
deps = blinker
commands = python run-tests.py []
deps=
blinker
pytest
commands = py.test []
[testenv:docs]