File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 56
56
- env : TOXENV=py34
57
57
python : ' 3.4'
58
58
- env : TOXENV=py36
59
- - env : TOXENV=linting,docs,doctesting PYTEST_NO_COVERAGE=1
59
+ - env : TOXENV=linting,docs,doctesting
60
60
61
61
- stage : deploy
62
62
python : ' 3.6'
@@ -89,8 +89,8 @@ after_success:
89
89
- |
90
90
if [[ "$PYTEST_NO_COVERAGE" != 1 ]]; then
91
91
set -e
92
- # Add first TOXENV to $PATH.
93
- PATH="$PWD/.tox/${TOXENV%%,* }/bin:$PATH"
92
+ # Add last TOXENV to $PATH.
93
+ PATH="$PWD/.tox/${TOXENV##*, }/bin:$PATH"
94
94
coverage combine
95
95
coverage xml --ignore-errors
96
96
coverage report -m --ignore-errors
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ environment:
2
2
matrix :
3
3
- TOXENV : " py27"
4
4
- TOXENV : " py37"
5
- PYTEST_NO_COVERAGE : " 1"
6
5
- TOXENV : " linting,docs,doctesting"
7
6
- TOXENV : " py36"
8
7
- TOXENV : " py35"
You can’t perform that action at this time.
0 commit comments