File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2525 - TOXENV=py36-numpy
2626 - TOXENV=py36-pluggymaster PYTEST_NO_COVERAGE=1
2727 - TOXENV=py27-nobyte
28- - TOXENV=doctesting
29- - TOXENV=docs PYTEST_NO_COVERAGE=1
3028
3129jobs :
3230 include :
6159 env : TOXENV=py27
6260 - env : TOXENV=py34
6361 - env : TOXENV=py36
64- - env : TOXENV=linting PYTEST_NO_COVERAGE=1
62+ - env : TOXENV=linting,docs,doctesting PYTEST_NO_COVERAGE=1
6563
6664 - stage : deploy
6765 python : ' 3.6'
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - TOXENV : " linting"
3+ - TOXENV : " linting,docs,doctesting "
44 PYTEST_NO_COVERAGE : " 1"
55 - TOXENV : " py27"
66 - TOXENV : " py34"
@@ -20,11 +20,8 @@ environment:
2020 - TOXENV : " py36-pluggymaster"
2121 PYTEST_NO_COVERAGE : " 1"
2222 - TOXENV : " py27-nobyte"
23- - TOXENV : " doctesting"
2423 - TOXENV : " py36-freeze"
2524 PYTEST_NO_COVERAGE : " 1"
26- - TOXENV : " docs"
27- PYTEST_NO_COVERAGE : " 1"
2825
2926install :
3027 - echo Installed Pythons
You can’t perform that action at this time.
0 commit comments