1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 05:04:17 +00:00

fix import and debug for travis

This commit is contained in:
deadc0de6
2019-06-24 22:28:09 -04:00
parent a13a96b68b
commit 01597c9c24
4 changed files with 19 additions and 16 deletions

View File

@@ -25,10 +25,6 @@ which ${nosebin} 2>/dev/null
[ "$?" != "0" ] && echo "Install nosetests" && exit 1
set -e
# comment this to get debug info
#export DOTDROP_FORCE_NODEBUG=
#export DOTDROP_NOBANNER=
# execute tests with coverage
PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop python3 -m pytest tests