Skip to content

Commit 9d37c7b

Browse files
KingDarBojajkimbo
andauthored
chore: merge dev envs on single tox env
Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
1 parent b73f3f8 commit 9d37c7b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@ python:
1111
- pypy3
1212
matrix:
1313
include:
14-
- python: 3.6
15-
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
14+
- python: 3.7
15+
env: TOXENV=flake8,black,import-order,mypy,manifest
2416
cache: pip
2517
install: pip install tox-travis codecov
2618
script: tox

0 commit comments

Comments
 (0)