seomoz / shovel

Rake, for Python
MIT License
660 stars 49 forks source link

PEP8-ify setup.py. #37

Closed b4hand closed 7 years ago

b4hand commented 7 years ago

@sistawendy: If you look at the Travis build failure, it's due to the coverage module using u'' style string literals for unicode. This is a syntax error in Python 3.2. I could potentially go find an older working version of the coverage module, but I don't think it is worth it since Python 3.2 is not widely used. I went ahead and added Python 3.5 support instead.