Skip to content

Commit

Permalink
Rename requirements files.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Sep 6, 2020
1 parent 438c08e commit d76a90b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =
[testenv]
commands = pytest {posargs:--cov}
deps =
-r tests/test-requirements.txt
-r tests/requirements-test.txt

[testenv:lint]
skip_install = True
Expand All @@ -17,7 +17,7 @@ commands =
black --check {posargs:src/ tests/}
isort --check-only --diff {posargs:src/ tests/}
deps =
-r tests/lint-requirements.txt
-r tests/requirements-lint.txt

[testenv:docs]
commands = sphinx-build -d "{toxinidir}/docs_doctree" "{toxinidir}/docs/" "{toxinidir}/docs/_build" -W {posargs}
Expand Down

0 comments on commit d76a90b

Please sign in to comment.