Skip to content

Commit

Permalink
First step to integrate nosetests
Browse files Browse the repository at this point in the history
Signed-off-by: Lehner Florian <dev@der-flo.net>
  • Loading branch information
florianl committed Dec 25, 2015
1 parent bcebca9 commit 49a810b
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 @@ -15,10 +15,11 @@ python:
install:
- pip install requests
- pip install simplejson
- pip install coveralls

script:
- python setup.py install
- nosetests --with-coverage --cover-package=pyOSCapi

after_success:
- pip install coveralls
- coveralls

0 comments on commit 49a810b

Please sign in to comment.