Skip to content

Commit 38441b0

Browse files
committed
Use py36 for black
1 parent f445e2a commit 38441b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
2-
envlist = py2,py3
2+
envlist = py2,py3,py36
33

44
[testenv]
55
deps =
6-
coverage
7-
py3: pylint
8-
py3: black
6+
py2: coverage
7+
py3: coverage, pylint
8+
py36: black
99
commands =
1010
py2: python2 -W ignore -m coverage run --source=pandoc_codeblock_include setup.py test
1111
py3: coverage run -a --source=pandoc_codeblock_include setup.py test
1212
py3: pylint pandoc_codeblock_include.py setup.py tests/test_include.py
13-
py3: black --check pandoc_codeblock_include.py setup.py tests/test_include.py
13+
py36: black --check pandoc_codeblock_include.py setup.py tests/test_include.py
1414

0 commit comments

Comments
 (0)