Skip to content

Commit

Permalink
adjust travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke committed Feb 17, 2016
1 parent 522f1aa commit 0f8e94b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y python-pip python-dev openrtm-aist-python python-omniorb omniidl-python omniorb-nameserver omniorb-idl omniidl
- sudo pip install pyyaml nose rednose coverage coveralls
script: nosetests -v --rednose --with-doctest --with-coverage --cover-package=rtctree --cover-erase
script:
- python setup.py build_idl
- ln -s `pwd`/build/stubs/rtctree/rtc rtctree/
- nosetests -v --rednose --with-doctest --with-coverage --cover-package=rtctree --cover-erase
after_success:
coveralls

0 comments on commit 0f8e94b

Please sign in to comment.