1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

adding example with nose as module

This commit is contained in:
deadc0de6
2017-03-16 13:06:27 +01:00
parent d729835eb1
commit d0921dbc37

View File

@@ -8,3 +8,4 @@ set -ev
pep8 dotdrop/
pep8 tests/
PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop python3 -m nose --with-coverage --cover-package=dotdrop