1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 11:22:58 +00:00

stop test script one first error

This commit is contained in:
deadc0de6
2017-03-15 18:27:37 +01:00
parent 24c5cce864
commit 65db6e25fd

View File

@@ -2,6 +2,9 @@
# author: deadc0de6 (https://github.com/deadc0de6)
# Copyright (c) 2017, deadc0de6
# stop on first error
set -ev
pep8 dotdrop/
pep8 tests/
PYTHONPATH=dotdrop nosetests -w tests