Skip to content

Commit

Permalink
Remove vulture
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cthoyt committed Nov 20, 2018
1 parent 8ffdc44 commit 94525b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- env: TOXENV=flake8
- env: TOXENV=pyroma
- env: TOXENV=xenon
- env: TOXENV=vulture
- env: TOXENV=mypy
# docs stage
- stage: docs
Expand All @@ -28,7 +27,6 @@ jobs:
matrix:
allow_failures:
- env: TOXENV=xenon
- env: TOXENV=vulture
- env: TOXENV=mypy

install:
Expand Down
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ deps = check-manifest
commands = check-manifest
skip_install = true

[testenv:vulture]
deps = vulture
skip_install = true
commands = vulture src/bio2bel_adeptus/
description = Run the vulture tool to look for dead code.

[testenv:xenon]
deps = xenon
skip_install = true
Expand Down

0 comments on commit 94525b5

Please sign in to comment.