Revert to setuptools 28.6 on CI due to

https://github.com/pypa/setuptools/issues/833
This commit is contained in:
Raphael Michel
2016-10-29 12:49:50 +02:00
parent b74111f0d8
commit d701133f15
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ automatically). If you are working on Ubuntu or Debian, we strongly recommend up
your pip and setuptools installation inside the virtual environment, otherwise some of
the dependencies might fail::
pip install -U pip setuptools
pip install -U pip setuptools==28.6.1
Working with the code
---------------------