Just upgrade to released setuptools now.

This commit is contained in:
Jason R. Coombs 2016-10-07 12:16:38 -07:00
parent 9698407222
commit 1d7afbebd6

View File

@ -4,8 +4,7 @@ python:
- 2.7 - 2.7
- 3.5 - 3.5
install: install:
- pip install tox - pip install tox "setuptools>=28.2"
- pip install https://github.com/pypa/setuptools/releases/download/v28.2.0b1/setuptools-28.2.0b1-py2.py3-none-any.whl
script: script:
- tox - tox
branches: branches: