File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ branch = True
3
+ source = nipype
4
+ include = */nipype/*
5
+ omit =
6
+ */nipype/externals/*
7
+ */setup.py
Original file line number Diff line number Diff line change 1
- language : python
2
1
python :
3
2
- " 2.7"
4
3
before_install :
@@ -22,10 +21,14 @@ before_install:
22
21
- source ~/virtualenv/this/bin/activate
23
22
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
24
23
- pip install https://github.com/satra/prov/archive/enh/rdf.zip
24
+ - pip install coverage
25
+ - pip install coveralls
25
26
install :
26
27
- source ~/virtualenv/this/bin/activate
27
28
- python setup.py build_ext --inplace
28
29
script :
29
30
- source ~/virtualenv/this/bin/activate
30
31
- make test
31
-
32
+ - if [ "${COVERAGE}" == "--with-coverage" ]; then make test-coverage; fi
33
+ after_success :
34
+ - if [ "${COVERAGE}" == "--with-coverage" ]; then coveralls; fi
You can’t perform that action at this time.
0 commit comments