CI: doctesting uses coverage, fiy py37 on AppVeyor

This commit is contained in:
Daniel Hahler 2018-11-11 21:49:24 +01:00
parent 9af613bef2
commit 9628242423
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
- env: TOXENV=py34
python: '3.4'
- env: TOXENV=py36
- env: TOXENV=linting,docs,doctesting PYTEST_NO_COVERAGE=1
- env: TOXENV=linting,docs,doctesting
- stage: deploy
python: '3.6'

View File

@ -2,7 +2,6 @@ environment:
matrix:
- TOXENV: "py27"
- TOXENV: "py37"
PYTEST_NO_COVERAGE: "1"
- TOXENV: "linting,docs,doctesting"
- TOXENV: "py36"
- TOXENV: "py35"