Set minimum setuptools version

The current tox build will not pull in a recent enough setuptools
version, causing test failures in Travis.  Explicitly require and
install a newer version of setuptools.
master
Sean Vig 2019-05-22 21:03:10 -04:00
parent 81f4c9f26e
commit a71b0899f5
No known key found for this signature in database
GPG Key ID: 4EDAC65FECB64426
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ python_requires >= 3.6
setup_requires =
cffi >= 1.1.0
cairocffi[xcb] >= 0.9.0
setuptools
setuptools >= 40.5.0
install_requires =
cffi >= 1.1.0
cairocffi[xcb] >= 0.9.0

View File

@ -21,6 +21,7 @@ whitelist_externals=convert
# xvfbwrapper has problems being installed by setuptools
deps =
pytest-runner
setuptools >= 40.5.0
xcffib
xvfbwrapper
commands =