File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 22environment :
33 global :
44 PATH : " C:\\ Python27\\ Scripts\\ ;%PATH%"
5- PYTEST_COMMAND : " coverage run -m pytest"
65 matrix :
76 - TOXENV : py27-base
87 - TOXENV : py27-optional
@@ -17,7 +16,7 @@ environment:
1716
1817install :
1918 - git submodule update --init --recursive
20- - python -m pip install tox codecov
19+ - python -m pip install tox
2120
2221build : off
2322
@@ -26,6 +25,3 @@ test_script:
2625
2726after_test :
2827 - python debug-info.py
29-
30- on_success :
31- - codecov
Original file line number Diff line number Diff line change @@ -13,17 +13,13 @@ cache: pip
1313
1414env :
1515 global :
16- - PYTEST_COMMAND="coverage run -m pytest"
1716 - TOXENV=base,optional,six19-optional
1817
1918install :
20- - pip install tox codecov
19+ - pip install tox
2120
2221script :
2322 - tox
2423
2524after_script :
2625 - python debug-info.py
27-
28- after_success :
29- - codecov
Original file line number Diff line number Diff line change 88 doc: Sphinx
99
1010passenv =
11- PYTEST_COMMAND
11+ PYTEST_COMMAND # this is maintained so one can, e.g., PYTEST_COMMAND="coverage run -m pytest"
1212 COVERAGE_RUN_OPTIONS
1313commands =
1414 six19: pip install six ==1.9
You can’t perform that action at this time.
0 commit comments