Merge pull request #1 from sprymix/master

merge from upstream
This commit is contained in:
wtayyeb 2015-10-22 03:02:48 +03:30
commit 6700cd6ba4
2 changed files with 18 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
os:
- linux
- osx
python:
- 2.6
- 2.7
- 3.3
- 3.4
script:
- py.test

View File

@ -1,3 +1,7 @@
.. image:: https://travis-ci.org/sprymix/csscompressor.svg?branch=master
:target: https://travis-ci.org/sprymix/csscompressor
Almost exact port of YUI CSS Compressor.
Passes all original unittests.