upgrading six not required for python > 3.3

This commit is contained in:
Unrud 2018-09-08 14:42:20 +02:00 committed by Unrud
parent 1a26df865c
commit db8a7302a0

View File

@ -49,7 +49,6 @@ before_install:
rm -rf "$(dirs -l +0)" &&
popd
fi
- ${PIP} install --upgrade six
install:
- ${PIP} install --upgrade --editable .[test,md5,bcrypt]