mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
remove python2 testing
This commit is contained in:
@@ -41,7 +41,7 @@ if [ -n "$TESTS" ]; then
|
|||||||
# see https://github.com/deltachat/deltachat-core-rust/issues/331
|
# see https://github.com/deltachat/deltachat-core-rust/issues/331
|
||||||
# unset DCC_PY_LIVECONFIG
|
# unset DCC_PY_LIVECONFIG
|
||||||
|
|
||||||
tox --workdir "$TOXWORKDIR" -e lint,py27,py35,py36,py37,auditwheels
|
tox --workdir "$TOXWORKDIR" -e lint,py35,py36,py37,auditwheels
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
# make sure to update environment list in travis.yml and appveyor.yml
|
# make sure to update environment list in travis.yml and appveyor.yml
|
||||||
envlist =
|
envlist =
|
||||||
py27
|
|
||||||
py35
|
py35
|
||||||
lint
|
lint
|
||||||
auditwheels
|
auditwheels
|
||||||
|
|||||||
Reference in New Issue
Block a user