Skip to content

Commit

Permalink
first test, then lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVonB committed Aug 31, 2022
1 parent eddfdae commit f729c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ envlist = py38

[testenv]
deps =
flake8
pytest
flake8
restructuredtext_lint
Pygments
commands =
flake8 --ignore=E501,W503 markdownify tests
pytest
flake8 --ignore=E501,W503 markdownify tests
restructuredtext-lint README.rst

0 comments on commit f729c3b

Please sign in to comment.