Skip to content

Commit d4fd9b7

Browse files
fix : minor edit in test.sh
1 parent b1a783f commit d4fd9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
python version_check.py
44
if [ "$TRAVIS_PYTHON_VERSION" = '3.6' ]
55
then
6-
python -m vulture --min-confidence 65 --sort-by-size orangetool setup.py version_check.py
6+
python -m vulture orangetool/ setup.py version_check.py --min-confidence 65 --sort-by-size
77
python -m bandit -r orangetool -s B607,B603,B404,B311
8-
python -m pydocstyle --match-dir=orangetool
8+
python -m pydocstyle -v --match-dir=orangetool
99
fi

0 commit comments

Comments
 (0)