Skip to content

Commit

Permalink
cicd: remove tox (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jan 23, 2024
1 parent 0319eae commit d35e13e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ test:
doctest:
python setup.py pytest --doctest-modules

#=> tox: execute tests via tox
.PHONY: tox
tox:
tox


############################################################################
#= UTILITY TARGETS

Expand Down Expand Up @@ -128,7 +122,7 @@ cleaner: clean
#=> cleanest: remove files and directories that require more time/network fetches to rebuild
.PHONY: cleanest
cleanest: cleaner
rm -fr .eggs .tox venv
rm -fr .eggs venv


## <LICENSE>
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ dev =
smart_open
sphinx
sphinx_rtd_theme
tox
vcrpy
yapf
extras =
Expand Down
11 changes: 0 additions & 11 deletions tox.ini

This file was deleted.

0 comments on commit d35e13e

Please sign in to comment.