Skip to content

Commit

Permalink
MNT: testing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dgursoy committed Apr 14, 2015
1 parent be834a2 commit 3bcd5c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION pip cython numpy h5py pywavelets six python-dateutil pytz pyparsing nose mock matplotlib scipy networkx decorator pillow scikit-image
- conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION pip numpy scipy h5py pywavelets nose scikit-image
- source activate testenv
- python setup.py install
- pip install coveralls
Expand Down
21 changes: 4 additions & 17 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,19 @@ About TomoPy
############

.. image:: https://readthedocs.org/projects/tomopy/badge/?version=latest
:target: https://readthedocs.org/projects/tomopy/?badge=latest
:alt: Documentation Status

.. image:: https://binstar.org/dgursoy/tomopy/badges/downloads.svg
:target: https://binstar.org/dgursoy/tomopy
:alt: Download Counts
:target: http://tomopy.readthedocs.org/en/latest

.. image:: https://travis-ci.org/dgursoy/tomopy.svg?branch=master
:target: https://travis-ci.org/dgursoy/tomopy
:alt: Build Status

.. image:: https://coveralls.io/repos/dgursoy/tomopy/badge.svg?branch=master
:target: https://coveralls.io/r/dgursoy/tomopy?branch=master
:alt: Coverage Status

.. image:: https://binstar.org/dgursoy/tomopy/badges/installer/conda.svg
:target: https://conda.binstar.org/dgursoy
:alt: Install Direction

.. image:: https://binstar.org/dgursoy/tomopy/badges/license.svg
.. image:: https://binstar.org/dgursoy/tomopy/badges/downloads.svg
:target: https://binstar.org/dgursoy/tomopy
:alt: Licence

.. image:: https://binstar.org/dgursoy/tomopy/badges/version.svg
:target: https://binstar.org/dgursoy/tomopy
:alt: Version
.. image:: https://binstar.org/dgursoy/tomopy/badges/installer/conda.svg
:target: https://conda.binstar.org/dgursoy

TomoPy is an open-sourced Python toolbox to perform tomographic data
processing and image reconstruction tasks at the
Expand Down

0 comments on commit 3bcd5c5

Please sign in to comment.