diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-07 12:16:38 -0700 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-07 12:16:38 -0700 |
commit | 1d7afbebd6530015d76ce93d88aa7a7c48c29717 (patch) | |
tree | e79f11152ecd5637d50e99356536c49d24cee7e8 | |
parent | 96984072229ae07471373da73cad377a0cb324ef (diff) | |
download | pytest-runner-1d7afbebd6530015d76ce93d88aa7a7c48c29717.tar.gz |
Just upgrade to released setuptools now.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 87881db..0c33b1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ python: - 2.7 - 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 +- pip install tox "setuptools>=28.2" script: - tox branches: |