Skip to content

Commit

Permalink
Remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 11, 2022
1 parent 395270f commit 170da94
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,3 @@ commands =
pydocstyle abodepy tests
rst-lint README.rst
rst-lint CHANGES.rst

[testenv:build]
recreate = True
skip_install = True
whitelist_externals =
/bin/sh
/bin/rm
commands =
/bin/rm -rf build dist
python setup.py bdist_wheel
/bin/sh -c "pip install --upgrade dist/*.whl"

0 comments on commit 170da94

Please sign in to comment.