Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Dec 31, 2014
1 parent 6f3e4da commit 255481c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ python:
- "3.4"

install:
- pip install coveralls --use-wheel
- python setup.py install

before_script:
- "if [[ $TRAVIS_PYTHON_VERSION == '3.3' || $TRAVIS_PYTHON_VERSION = '3.4' ]]; then export VOLT_TEST_DIR=build/lib/volt/test; else export VOLT_TEST_DIR=volt/test; fi"

script:
- nosetests $VOLT_TEST_DIR
- nosetests --with-coverage --cover-package=volt $VOLT_TEST_DIR

after_success:
- coveralls

0 comments on commit 255481c

Please sign in to comment.