testing-cabal / testtools

Testtools - tasteful testing for python
https://testtools.readthedocs.io/en/latest/
Other
95 stars 88 forks source link

Fix Travis builds for pypy3 and Python 3.2 #197

Closed jml closed 8 years ago

jml commented 8 years ago

Recent releases of pip 8.0 and setuptools 19.4.1 broke things for Python 3.2 and for pypy3. This PR fixes the Travis build by anchoring those dependencies accordingly.

The next release of testtools is to be the last that supports 3.2, so this is a very temporary measure.

Review on Reviewable

jml commented 8 years ago

Merging without review in order to get the next release out.