Skip to content

Commit 8477dbc

Browse files
committed
Move tests folder outside of package
1 parent e9bd8b8 commit 8477dbc

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py27,py34,py35,pep8
44
[testenv]
55
deps =
66
-r{toxinidir}/test-requirements.txt
7-
commands = nosetests --tests kanboard.tests
7+
commands = nosetests --tests tests
88

99
[testenv:venv]
1010
commands = {posargs}

0 commit comments

Comments
 (0)