Skip to content

Commit b501a28

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ envlist = py2,py3,py36
44
[testenv]
55
deps =
66
py2: coverage
7-
py3: coverage, pylint
7+
py3: coverage
8+
py3: pylint
89
py36: black
910
commands =
1011
py2: python2 -W ignore -m coverage run --source=pandoc_codeblock_include setup.py test

0 commit comments

Comments
 (0)