diff --git a/tests.sh b/tests.sh new file mode 100755 index 0000000..2b3b9ed --- /dev/null +++ b/tests.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# author: deadc0de6 (https://github.com/deadc0de6) +# Copyright (c) 2017, deadc0de6 + +pep8 dotdrop/ +pep8 tests/ +PYTHONPATH=dotdrop nosetests -w tests