1
0
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:
deadc0de6
2018-09-19 09:40:17 +02:00
parent c8ee2f7be1
commit ce53fb4339
7 changed files with 99 additions and 25 deletions

View File

@@ -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