File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
- name : Test with nosetests
47
47
run : |
48
48
source $(poetry env info -p)/bin/activate
49
- python -W ignore -m nose -q -v --nocapture -- with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=$CI_PACKAGE $CI_PACKAGE
49
+ python -W ignore -m nose -q -v --with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=$CI_PACKAGE $CI_PACKAGE
50
50
- name : Upload Coverage to coveralls.io
51
51
if : matrix.python-version == '3.6' || matrix.python-version == '3.7'
52
52
run : |
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Test with nosetests
102
102
run : |
103
103
call %CI_VIRTUAL_ENVIRONMENT%\scripts\activate
104
- python -W ignore -m nose -q -v --nocapture -- with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=%CI_PACKAGE% %CI_PACKAGE%
104
+ python -W ignore -m nose -q -v --with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=%CI_PACKAGE% %CI_PACKAGE%
105
105
shell : cmd
106
106
- name : Upload Coverage to coveralls.io
107
107
if : matrix.python-version == '3.6' || matrix.python-version == '3.7'
You can’t perform that action at this time.
0 commit comments