FIX tox not executing nosetests

This commit is contained in:
Patrick Kanzler 2016-03-02 23:05:52 +01:00
parent 5a03f0fc7c
commit 70307d0f24
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ envlist = py27, py34
[testenv] [testenv]
deps = nose deps = nose
coverage coverage
commands = nosetests
# TODO: implement code coverage analysis (and of course tests at first) # TODO: implement code coverage analysis (and of course tests at first)