tox.ini update

This commit is contained in:
Sergey Lavrinenko 2015-03-21 13:37:53 +03:00
parent 94af4523fa
commit 9a86e91a6f
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,4 @@
jinja2
mako
pytest
pytest-cov

View File

@ -8,9 +8,6 @@ envlist = py26, py27, py33, py34
[testenv]
commands = py.test --cov-report term --cov-report html --cov emails {posargs}
deps =
pytest
pytest-cov
[testenv:py26]
deps =