remove python2 testing

This commit is contained in:
holger krekel
2019-09-03 16:16:26 +02:00
parent 6288909481
commit a5f862a564
2 changed files with 1 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ if [ -n "$TESTS" ]; then
# see https://github.com/deltachat/deltachat-core-rust/issues/331
# unset DCC_PY_LIVECONFIG
tox --workdir "$TOXWORKDIR" -e lint,py27,py35,py36,py37,auditwheels
tox --workdir "$TOXWORKDIR" -e lint,py35,py36,py37,auditwheels
popd
fi