File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
coverage :
2
2
range : " 0...100"
3
3
ignore :
4
- - " nitransforms/tests /data"
4
+ - " ** /data"
5
5
- " setup.py"
Original file line number Diff line number Diff line change 9
9
- pip install -U -e .[test]
10
10
11
11
script :
12
- - pytest -v --cov nitransforms -cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules nitransforms
12
+ - pytest -v --cov nitransforms -- cov-config `pwd`/ .coveragerc --cov-report xml:`pwd`/ cov.xml --doctest-modules nitransforms
13
13
14
- after-success :
15
- - codecov --file cov.xml --flags unittests -e TRAVIS_JOB_NUMBER
14
+ after_success :
15
+ - codecov --file `pwd`/ cov.xml --flags unittests -e TRAVIS_JOB_NUMBER
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ install_requires =
11
11
h5py
12
12
test_requires =
13
13
pytest
14
+ pytest-cov
14
15
nose
15
16
codecov
16
17
packages = find:
@@ -19,6 +20,7 @@ include_package_data = True
19
20
[options.extras_require]
20
21
test =
21
22
pytest
23
+ pytest-cov
22
24
nose
23
25
codecov
24
26
tests =
You can’t perform that action at this time.
0 commit comments