Skip to content

Commit df69842

Browse files
committed
chore: test travis env tools
1 parent 5487aba commit df69842

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[tox]
22
envlist =
3-
black,flake8,import-order,mypy,manifest,py{27,35,36,37,38,39-dev,py,py3}
3+
black,flake8,import-order,mypy,manifest,
4+
py{27,35,36,37,38,39-dev,py,py3}
45
; requires = tox-conda
56

7+
[travis]
8+
python =
9+
3.6: py38,black,flake8,import-order,mypy
10+
611
[testenv]
712
passenv = *
813
setenv =

0 commit comments

Comments
 (0)