Skip to content

Commit

Permalink
Move coveralls handling from tox to travis to work around Jython urll…
Browse files Browse the repository at this point in the history
…ib issues.
  • Loading branch information
baztian committed Mar 10, 2017
1 parent 05e429a commit 59974ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,10 @@ before_install:
- export PATH="$HOME/bin:$PATH"

install:
- pip install coveralls
- pip install tox-travis

script: tox

after_success:
- coveralls
28 changes: 0 additions & 28 deletions ci/run_coveralls.py

This file was deleted.

4 changes: 1 addition & 3 deletions tox.ini
Expand Up @@ -23,10 +23,9 @@ deps =
py26: unittest2==0.5.1
# urllib3 required by coveralls. See https://github.com/eddyxu/cpp-coveralls/issues/108
py26: urllib3[secure]
jython: coverage==3.7.1
py: JPype1==0.6.2
jip==0.9.10
coveralls
coverage
commands =
python --version
python ci/jipconf_subst.py {envdir} {toxworkdir}/shared
Expand All @@ -36,4 +35,3 @@ commands =
driver-mock: jip install org.jaydebeapi:mockdriver:1.0-SNAPSHOT
coverage run -a --source jaydebeapi test/testsuite.py {env:TESTNAME}
driver-hsqldb: coverage run -a --source jaydebeapi test/doctests.py
python ci/run_coveralls.py

0 comments on commit 59974ff

Please sign in to comment.