Skip to content

Commit

Permalink
updates to travis config
Browse files Browse the repository at this point in the history
* run all tests with "setup.py test" rather than nosetests
* update status image in readme to pysb/pysb one
  • Loading branch information
jmuhlich committed Jun 20, 2014
1 parent ffc6203 commit c45f30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,4 @@ install:
- wget http://bionetgen.googlecode.com/files/BioNetGen-2.2.5-stable.zip
- unzip BioNetGen-2.2.5-stable.zip
- sudo ln -s `pwd`/BioNetGen-2.2.5-stable /usr/local/share/BioNetGen
script: nosetests
script: python setup.py test
2 changes: 1 addition & 1 deletion README.rst
@@ -1,7 +1,7 @@
PySB
====

.. image:: https://travis-ci.org/alubbock/pysb.png
.. image:: https://api.travis-ci.org/pysb/pysb.png

Python Systems Biology modeling framework

Expand Down

0 comments on commit c45f30c

Please sign in to comment.