Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 67dadfb

Browse files
Actually trigger coveralls.
1 parent 82efdc9 commit 67dadfb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ install:
3030
- conda create -q -n testenv python=${PYTHON} root=${ROOT} rootpy pandas nose
3131
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
3232
- source activate testenv
33+
- pip install coverage coveralls
3334

3435
script: nosetests
35-
#after_success:
36-
# - time coveralls
36+
37+
after_success:
38+
- time coveralls
39+
3740
notifications:
3841
email: false

0 commit comments

Comments
 (0)