Skip to content

Commit

Permalink
Added coveralls package
Browse files Browse the repository at this point in the history
  • Loading branch information
derphilipp committed Nov 25, 2014
1 parent 7843164 commit 312e884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
install:
- travis_retry sudo apt-get update
- travis_retry pip install tox
- travis_retry pip install coveralls
- "pip install flake8 --use-mirrors"
- "pip install -r requirements.txt --use-mirrors"
- "[ ! -z $COVERAGE ] && travis_retry pip install coveralls || true"
Expand All @@ -20,4 +21,4 @@ script: tox -e $TOX_ENV

after_success:
- "[ ! -z $COVERAGE ] && nosetests --with-coverage --cover-package=vagquery || true"
#- "[ ! -z $COVERAGE ] && coveralls || true"
- "[ ! -z $COVERAGE ] && coveralls || true"
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ deps =
-r{toxinidir}/requirements.txt
nose
coverage
coveralls
commands =
nosetests -v --with-coverage --cover-package=vagquery {posargs}

Expand Down

0 comments on commit 312e884

Please sign in to comment.