We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7ff30 commit b7c5985Copy full SHA for b7c5985
orangetool/orangetool_test.py
@@ -0,0 +1,6 @@
1
+# -*- coding: utf-8 -*-
2
+"""Orangetool test."""
3
+from orangetool import *
4
+
5
+if __name__ == "__main__":
6
+ version()
test.sh
@@ -1,6 +1,7 @@
set -e
set -x
python version_check.py
+ python orangetool/orangetool_test.py
if [ "$TRAVIS_PYTHON_VERSION" = '3.6' ]
then
7
python -m vulture orangetool/ setup.py version_check.py --min-confidence 65 --sort-by-size
0 commit comments