fixing tox

This commit is contained in:
Gabriel Falcão 2015-12-14 13:40:41 -02:00
parent ae699218fd
commit 6efa9934f2
1 changed files with 4 additions and 10 deletions

14
tox.ini
View File

@ -1,14 +1,8 @@
[tox]
envlist = py26, py27, py34
envlist = py27, py35
[testenv]
deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = nosetests -s tests/unit
deps = -r{toxinidir}/development.txt
[testenv:functional]
commands = nosetests -s tests/functional
[testenv:pep8]
deps = flake8
commands = flake8 httpretty tests
commands = nosetests --rednose -s tests/unit
nosetests --rednose -s tests/functional