Skip to content

Commit

Permalink
Add blackbox functional tests in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
JocelynDelalande committed Jan 16, 2016
1 parent 8d5a37d commit 79a1e04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ envlist = py27
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = nosetests {toxinidir}/mailpile/tests --with-coverage --cover-package=mailpile
commands =
nosetests {toxinidir}/mailpile/tests --with-coverage --cover-package=mailpile
python ./scripts/mailpile-test.py

0 comments on commit 79a1e04

Please sign in to comment.