Revert "travis: Add workaround for a tox/virtualenv/six issue"

This reverts commit d450e926de.

Was fixed by making tox depend on newer versions of six so the package
gets installed/updated automatically now when installing tox.  There is
also some ongoing work that tries to make virtualenv work with older
versions of six.
This commit is contained in:
Tobias Brunner 2020-02-13 16:34:27 +01:00
parent 19b2f870e2
commit ead067e775
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ all|coverage|sonarcloud)
libmysqlclient-dev libsqlite3-dev clearsilver-dev libfcgi-dev
libpcsclite-dev libpam0g-dev binutils-dev libnm-dev libgcrypt20-dev
libjson-c-dev iptables-dev python-pip libtspi-dev libsystemd-dev"
PYDEPS="tox six>=1.12.0"
PYDEPS="tox"
if test "$1" = "deps"; then
build_botan
build_wolfssl