Incorporate pre-release of setuptools to cause releases to include the PEP-420 deferral.

This commit is contained in:
Jason R. Coombs 2016-10-02 09:28:19 -05:00
parent c4fd3f3cf4
commit 9698407222

View File

@ -5,6 +5,7 @@ python:
- 3.5
install:
- pip install tox
- pip install https://github.com/pypa/setuptools/releases/download/v28.2.0b1/setuptools-28.2.0b1-py2.py3-none-any.whl
script:
- tox
branches: