Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Replace all test tools with pytest plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtucker committed Mar 24, 2018
1 parent d7415d5 commit e4b0f83
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@ deps =
flake8-docstrings
flake8-import-order
pep8-naming
pycodestyle
pydocstyle
pyflakes
pylint
pytest-cov
pytest-flake8
pytest-flakes
pytest-mypy
pytest-pycodestyle
pytest-pydocstyle
pytest-pylint
pytest-randomly
commands =
./setup.py check --metadata --strict
keysmith --help
pytest --cov keysmith --cov-report term-missing --flake8 --mypy
pycodestyle keysmith.py test_keysmith.py setup.py
pydocstyle keysmith.py test_keysmith.py setup.py
pyflakes keysmith.py test_keysmith.py setup.py
pylint keysmith.py test_keysmith.py setup.py
pytest --cov keysmith --cov-report term-missing --mypy --pylint --codestyle --docstyle --flakes --flake8

0 comments on commit e4b0f83

Please sign in to comment.