Remove tox

This commit is contained in:
Dave Halter
2020-07-24 02:25:02 +02:00
parent 1a99fdd333
commit 5dd4301235
6 changed files with 16 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ cd $PROJECT_NAME
git checkout $BRANCH
# Test first.
tox
pytest
# Create tag
tag=v$(python3 -c "import $PROJECT_NAME; print($PROJECT_NAME.__version__)")