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

master
Jason R. Coombs 8 years ago
parent c4fd3f3cf4
commit 9698407222
  1. 1
      .travis.yml

@ -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:

Loading…
Cancel
Save