From 96984072229ae07471373da73cad377a0cb324ef Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 2 Oct 2016 09:28:19 -0500 Subject: [PATCH] Incorporate pre-release of setuptools to cause releases to include the PEP-420 deferral. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d7871d8..87881db 100644 --- a/.travis.yml +++ b/.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: