File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ before_script:
5353 - PYTHON=${PYTHON:-python}
5454 - which $PYTHON
5555 - $PYTHON -m pip --version
56- - $PYTHON -m pip install --quiet tox
56+ - $PYTHON -m pip install --quiet tox coveralls
5757 - julia --color=yes -e 'VERSION >= v"0.7.0-DEV.5183" && using Pkg; Pkg.add("PyCall")'
5858script :
5959
@@ -63,4 +63,7 @@ script:
6363 $PYTHON -m tox -e py,py27 -- -s;
6464 fi
6565
66- - PYJULIA_TEST_REBUILD=yes $PYTHON -m tox -- -s
66+ - PYJULIA_TEST_REBUILD=yes $PYTHON -m tox -- --cov=julia -s
67+
68+ after_success :
69+ - coveralls
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ envlist = py27, py36
44[testenv]
55deps =
66 pytest
7+ pytest-cov
78 numpy
89 ipython
910 mock
@@ -22,3 +23,7 @@ passenv =
2223 # See: julia/with_rebuilt.py
2324 PYJULIA_TEST_REBUILD
2425 JULIA_EXE
26+
27+ # See: https://coveralls-python.readthedocs.io/en/latest/usage/tox.html#travisci
28+ TRAVIS
29+ TRAVIS_*
You can’t perform that action at this time.
0 commit comments