Skip to content

Commit f729c3b

Browse files
committed
first test, then lint
1 parent eddfdae commit f729c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ envlist = py38
33

44
[testenv]
55
deps =
6-
flake8
76
pytest
7+
flake8
88
restructuredtext_lint
99
Pygments
1010
commands =
11-
flake8 --ignore=E501,W503 markdownify tests
1211
pytest
12+
flake8 --ignore=E501,W503 markdownify tests
1313
restructuredtext-lint README.rst
1414

0 commit comments

Comments
 (0)