summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-02 09:28:19 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-10-02 09:28:19 -0500
commit96984072229ae07471373da73cad377a0cb324ef (patch)
tree5254ca1e62b2e1d23acab8f2ad8efb4a6dfe32cb
parentc4fd3f3cf414e2ee08ad53bd71cf9c201c69ca6f (diff)
downloadpytest-runner-96984072229ae07471373da73cad377a0cb324ef.tar.gz
Incorporate pre-release of setuptools to cause releases to include the PEP-420 deferral.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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: