Skip to content

Commit

Permalink
test: remove setup.py from tests
Browse files Browse the repository at this point in the history
Its structure is shared between multiple repositories.
  • Loading branch information
Agrendalath committed Jan 17, 2024
1 parent 0c17ccd commit d1d9c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ allowlist_externals =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
pylint google_drive setup.py
pycodestyle google_drive setup.py
pylint google_drive
pycodestyle google_drive
make selfcheck

[testenv:package]
Expand Down

0 comments on commit d1d9c42

Please sign in to comment.