diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 13:47:40 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 13:47:40 -0800 |
commit | 430568e1289aee92eeb6f61dc2ea771f0bc22ff8 (patch) | |
tree | 5b14547574599c559658601ff1a142152e3ef222 /.travis.yml | |
parent | 891f61e0fb33e774ee0493f8afec4a9cbe129286 (diff) |
OK this is good now, with the setuptools pin
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7f44f384..bb0ed5ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ python: install: # Ensure modern pip/etc on Python 3.3 workers (not sure WTF, but, eh) - pip install pip==9.0.1 setuptools==36.6.0 - - pip freeze # Self-install for setup.py-driven deps - pip install -e . # Dev (doc/test running) requirements |