1
0
forked from VimPlug/jedi

Try to get rid of tox and test directly with pytest

This commit is contained in:
Dave Halter
2020-07-19 14:58:17 +02:00
parent 7281302281
commit 10c4dbf785
6 changed files with 27 additions and 74 deletions

View File

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