Skip to content

Commit 16139b0

Browse files
fix : test.sh updated #43
1 parent 14bd339 commit 16139b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ matrix:
3030
install:
3131
- pip install -r requirements.txt
3232
- python setup.py install
33+
- python -m orangetool
3334
before_script:
3435
- pip install --upgrade --upgrade-strategy=only-if-needed -r dev-requirements.txt
3536
- chmod +x test.sh

test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -x
33
python version_check.py
44
python orangetool/orangetool_test.py
5+
python -m orangetool
56
if [ "$TRAVIS_PYTHON_VERSION" = '3.6' ]
67
then
78
python -m vulture orangetool/ setup.py version_check.py --min-confidence 65 --sort-by-size

0 commit comments

Comments
 (0)