We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bd339 commit 16139b0Copy full SHA for 16139b0
.travis.yml
@@ -30,6 +30,7 @@ matrix:
30
install:
31
- pip install -r requirements.txt
32
- python setup.py install
33
+ - python -m orangetool
34
before_script:
35
- pip install --upgrade --upgrade-strategy=only-if-needed -r dev-requirements.txt
36
- chmod +x test.sh
test.sh
@@ -2,6 +2,7 @@
2
set -x
3
python version_check.py
4
python orangetool/orangetool_test.py
5
+ python -m orangetool
6
if [ "$TRAVIS_PYTHON_VERSION" = '3.6' ]
7
then
8
python -m vulture orangetool/ setup.py version_check.py --min-confidence 65 --sort-by-size
0 commit comments