Skip to content

Commit b7c5985

Browse files
fix : orangetool_test.py added
1 parent 4e7ff30 commit b7c5985

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

orangetool/orangetool_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
"""Orangetool test."""
3+
from orangetool import *
4+
5+
if __name__ == "__main__":
6+
version()

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set -e
22
set -x
33
python version_check.py
4+
python orangetool/orangetool_test.py
45
if [ "$TRAVIS_PYTHON_VERSION" = '3.6' ]
56
then
67
python -m vulture orangetool/ setup.py version_check.py --min-confidence 65 --sort-by-size

0 commit comments

Comments
 (0)