Update tox

This commit is contained in:
Markus Unterwaditzer 2014-09-01 00:00:20 +02:00
parent 0da2e0c524
commit a7ef9e73e4

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]