Skip to content

Commit

Permalink
Make travis run nosetests from pyclaw/examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Aug 26, 2014
1 parent ddda44f commit 5d7836a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
# no need for pip installer here if numpy is present
- python setup.py install
script:
- cd pyclaw
- cd pyclaw/examples
- nosetests
notifications:
email: false

0 comments on commit 5d7836a

Please sign in to comment.