peterbe / mincss

Tool for finding out which CSS selectors you're NOT using.
https://peterbe.github.io/mincss/
BSD 3-Clause "New" or "Revised" License
855 stars 92 forks source link

Python 3 support #15

Closed myint closed 10 years ago

myint commented 11 years ago

This adds Python 3 support in case you are interested. I've also added a mincss script installable by setup.py and added Travis CI testing support. I've made a few stylistic changes too, so you may want to close this pull request if you don't like those. (I wasn't originally planning to send a pull request.)

myint commented 11 years ago

Oh, and you'll need to slightly modify README.rst if you decide to merge this. (I was planning to just use those instructions for myself.)

peterbe commented 10 years ago

How very exciting! I didn't notice this PR. (Github's notification system sucks!)

I'll need to play with it but don't be surprised if I merge it in some day soon.

I don't mind the style changes. I looked it through quickly and I'm more interested in the new py3 support and small differences in style. Great work!

peterbe commented 10 years ago

Hurray! https://github.com/peterbe/mincss/commit/1ede34e0c6e78210a7dd8e538510bfe245fad710

I did some small cleaning up. For example the run_mincss test script and I changed the README to point to my fork if you don't mind. Hm... I haven't used travis in a while. I wonder what I need to do to make it happen.