mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
add ability to compare with patterns in dotfile (#57)
This commit is contained in:
6
tests.sh
6
tests.sh
@@ -8,9 +8,13 @@ set -ev
|
||||
pycodestyle --ignore=W605 dotdrop/
|
||||
pycodestyle tests/
|
||||
pycodestyle scripts/
|
||||
|
||||
# travis
|
||||
PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop
|
||||
#PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop
|
||||
# arch
|
||||
#PYTHONPATH=dotdrop python3 -m nose --with-coverage --cover-package=dotdrop
|
||||
# others
|
||||
#PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop
|
||||
|
||||
# execute bash script tests
|
||||
for scr in tests-ng/*.sh; do
|
||||
|
||||
Reference in New Issue
Block a user