Skip to content

Commit 6f6bd47

Browse files
committed
chore: add the rest of special envs to Travis
1 parent 2b9d47d commit 6f6bd47

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ matrix:
1313
include:
1414
- python: 3.6
1515
env: TOXENV=flake8
16+
- python: 3.6
17+
env: TOXENV=black
18+
- python: 3.6
19+
env: TOXENV=import-order
20+
- python: 3.6
21+
env: TOXENV=mypy
22+
- python: 3.6
23+
env: TOXENV=manifest
1624
cache: pip
1725
install: pip install tox-travis codecov
1826
script: tox

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ envlist =
44
py{27,35,36,37,38,39-dev,py,py3}
55
; requires = tox-conda
66

7-
[travis]
8-
python =
9-
3.6: py36,black,flake8,import-order,mypy
10-
117
[testenv]
128
passenv = *
139
setenv =
@@ -49,4 +45,3 @@ basepython = python3.6
4945
deps = -e.[dev]
5046
commands =
5147
check-manifest -v
52-

0 commit comments

Comments
 (0)