mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
fix some lint issues, and run it during circle-CI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user