fix some lint issues, and run it during circle-CI

This commit is contained in:
holger krekel
2019-07-03 20:32:01 +02:00
parent 4378608617
commit 8367a03b22
5 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ if [ -n "$TESTS" ]; then
export PYTHONDONTWRITEBYTECODE=1
# run tox
tox --workdir "$TOXWORKDIR" -e py27,py35,py36,py37,auditwheels
tox --workdir "$TOXWORKDIR" -e lint,py27,py35,py36,py37,auditwheels
popd
fi