Skip to content

Commit 7209509

Browse files
committed
ci: do not run py36-docs with py36 on Travis, but checkqa
1 parent 6933a94 commit 7209509

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
dist: trusty
1212
sudo: false
1313
- python: 3.6
14-
env: CI_TARGET=checkqa TOXENV=checkqa
14+
env: CI_TARGET=checkqa TOXENV=checkqa,docs
1515
python:
1616
# If the build matrix gets bigger, also update the number of runs
1717
# at the bottom of .scrutinizer.yml.

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
22
envlist =
33
py{27,34,35,36,37,38}-{asyncio,pyuv}-cov,pypy-cov
4-
py36-docs
54
checkqa
65

76
[testenv]

0 commit comments

Comments
 (0)