File tree 4 files changed +16
-1
lines changed
4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ [report]
2
+
3
+ omit =
4
+ */python?.?/*
5
+ */site-packages/nose/*
6
+ *__init__*
Original file line number Diff line number Diff line change
1
+ service_name : travis-pro
2
+ repo_token : r9SdvI6PjJZtATjyObsGYGLsqsrHWem2R
3
+ # parallel: true
Original file line number Diff line number Diff line change 5
5
- export PATH="$HOME/miniconda/bin:$PATH"
6
6
- source eups-setups.sh
7
7
- setup lsst_sims
8
+ - pip install python-coveralls
9
+ - pip install coverage
8
10
cache :
9
11
directories :
10
12
- $HOME/miniconda.tarball
@@ -14,5 +16,8 @@ script:
14
16
- export PATH="$HOME/miniconda/bin:$PATH"
15
17
- source eups-setups.sh
16
18
- setup lsst_sims
17
- - nosetests -v
19
+ - python setup.py install
20
+ - nosetests -v --with-coverage
18
21
22
+ after_success :
23
+ - coveralls
Original file line number Diff line number Diff line change 1
1
# ObsCond
2
2
[ ![ Build Status] ( https://travis-ci.org/rbiswas4/ObsCond.svg?branch=master )] ( https://travis-ci.org/rbiswas4/ObsCond )
3
+ [ ![ Coveralls] ( https://img.shields.io/coveralls/jekyll/jekyll.svg )] ( https://github.com/rbiswas4/ObsCond`` )
You can’t perform that action at this time.
0 commit comments