Skip to content

Commit

Permalink
modify .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiansinz committed Feb 5, 2016
1 parent ce373d9 commit 6f3f9b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ install:
- pip install git+https://github.com/G-Node/python-odml.git
- pip install -r requirements.txt
- pip install nose nose-cov python-coveralls
- coverage run --source=thunderfish setup.py test
# command to run tests
script:
- nosetests -vv --with-coverage --cover-package=thunderfish
- coverage run --source=thunderfish setup.py test

after_success:
- coveralls

0 comments on commit 6f3f9b4

Please sign in to comment.