Skip to content

Commit

Permalink
fix : vulture test added
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 12, 2019
1 parent d320208 commit 6be0a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis/test.sh
Expand Up @@ -4,5 +4,6 @@ set

python version_check.py
python -m bandit -r opem -s B322
python -m vulture --min-confidence 80 --exclude=opem,build,.eggs --sort-by-size .
tox -- --cov=opem --cov-report=term
python -m cProfile -s cumtime opem/Profile.py
3 changes: 2 additions & 1 deletion dev-requirements.txt
Expand Up @@ -4,4 +4,5 @@ requests==2.21.0
pytest==4.0.2
pytest-cov==2.6.0
setuptools==40.6.3
bandit==1.5.1
bandit==1.5.1
vulture==1.0

0 comments on commit 6be0a17

Please sign in to comment.