Skip to content

Commit

Permalink
add badges to readme, remove python 3.2 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xav committed Aug 11, 2016
1 parent 58eef83 commit 512613b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand Down
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
README for GrapeFruit
=====================

.. image:: https://img.shields.io/pypi/v/grapefruit.svg?style=flat
:target: https://pypi.python.org/pypi/grapefruit/
:alt: Latest PyPI version

.. image:: https://img.shields.io/travis/xav/grapefruit/master.svg?style=flat
:target: https://travis-ci.org/xav/grapefruit/
:alt: Travis CI build status

.. image:: https://coveralls.io/repos/github/xav/Grapefruit/badge.svg?branch=master
:target: https://coveralls.io/github/xav/Grapefruit?branch=master
:alt: Test coverage


GrapeFruit is a pure Python module that let you easily manipulate and convert color information.
Its Primary goal is to be *natural* and *flexible*.

Expand All @@ -17,20 +30,7 @@ The following color systems are supported by GrapeFruit:
* CMYK
* HTML/CSS color definition (#RRGGBB, #RGB or the X11 color name)
* RYB (artistic color wheel
Installing
============

**From the sources:**

Download the latest grapefruit library from:

https://github.com/xav/Grapefruit


Untar the source distribution and run::

$ python setup.py build
$ python setup.py install

License
=========
Expand Down

0 comments on commit 512613b

Please sign in to comment.