aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

Latest Coverage no longer supports Py3.2 #20

Closed hugovk closed 8 years ago

hugovk commented 8 years ago

Python 3.2 builds failed: https://travis-ci.org/hugovk/vanity/builds/100328395

That's because the latest Coverage no longer supports Python 3.2, so stick that one to the last supported version.

It passes: https://travis-ci.org/hugovk/vanity/builds/100332351

I also added Python 3.5 (it passes).


Please can you also enable Travis CI for your aclark4life/vanity repo? Enable it here: https://travis-ci.org/profile

aclark4life commented 8 years ago

\o/ Thanks