Run docs, doctesting and linting in the same environment to save some CI time

This commit is contained in:
Bruno Oliveira
2018-10-12 11:57:40 -03:00
parent d46b6b2bc3
commit 2dc619cbf4
2 changed files with 2 additions and 7 deletions
+1 -3
View File
@@ -25,8 +25,6 @@ env:
- TOXENV=py36-numpy
- TOXENV=py36-pluggymaster PYTEST_NO_COVERAGE=1
- TOXENV=py27-nobyte
- TOXENV=doctesting
- TOXENV=docs PYTEST_NO_COVERAGE=1
jobs:
include:
@@ -61,7 +59,7 @@ jobs:
env: TOXENV=py27
- env: TOXENV=py34
- env: TOXENV=py36
- env: TOXENV=linting PYTEST_NO_COVERAGE=1
- env: TOXENV=linting,docs,doctesting PYTEST_NO_COVERAGE=1
- stage: deploy
python: '3.6'