autotest / autotest-client-tests

Autotest client tests
Other
29 stars 84 forks source link

.travis.yml: Install setuptools before sphinx #108

Closed lmr closed 7 years ago

lmr commented 7 years ago

Recent versions of sphinx require setuptools, let's add them to the .travis.yml file.

This should fix a CI problem in autotest-client-tests.

Signed-off-by: Lucas Meneghel Rodrigues lookkas@gmail.com

amoskong commented 7 years ago

Looks good and merge.