Skip to content

Commit

Permalink
Revert to setuptools 28.6 on CI due to
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Oct 29, 2016
1 parent b74111f commit d701133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
python:
- "3.4"
install:
- pip install -U pip wheel setuptools
- pip install -U pip wheel setuptools==28.6.1
script:
- bash .travis.sh $JOB
cache:
Expand Down
2 changes: 1 addition & 1 deletion doc/development/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------
Expand Down

0 comments on commit d701133

Please sign in to comment.