Skip to content

Commit

Permalink
Update travis to install pillow to test image generation. Added cover…
Browse files Browse the repository at this point in the history
…age to read.
  • Loading branch information
bastula committed Feb 12, 2016
1 parent 69368b8 commit 629405c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- 3.4
- 3.5
install:
- pip install numpy
- pip install pillow
- pip install coverage
- pip install coveralls
script:
Expand Down
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
dicompyler-core
===============

|pypi|

|travis-ci|

|Documentation Status|
|pypi| |travis-ci| |coveralls| |Documentation Status|

Core functionality of `dicompyler <http://www.dicompyler.com>`__. This
package includes:
Expand Down Expand Up @@ -44,5 +40,7 @@ This package was created with
:target: https://pypi.python.org/pypi/dicompyler-core
.. |travis-ci| image:: https://img.shields.io/travis/dicompyler/dicompyler-core.svg
:target: https://travis-ci.org/dicompyler/dicompyler-core
.. |coveralls| image:: https://coveralls.io/repos/github/dicompyler/dicompyler-core/badge.svg?branch=master
:target: https://coveralls.io/github/dicompyler/dicompyler-core?branch=master
.. |Documentation Status| image:: https://readthedocs.org/projects/dicompyler-core/badge/?version=latest
:target: https://readthedocs.org/projects/dicompyler-core/?badge=latest

0 comments on commit 629405c

Please sign in to comment.