Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tox #1388

Merged
merged 19 commits into from
Feb 13, 2020
Prev Previous commit
Next Next commit
Add isort
  • Loading branch information
sfdye committed Feb 11, 2020
commit a9bda1c5a723f1fb813e53d1a1ecc83354181338
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ httpretty>=0.9.6
parameterized>=0.7.0
coverage==5.0.3
black==19.10b0; python_version > '3.5'
sfdye marked this conversation as resolved.
Show resolved Hide resolved
flake8==3.7.9
flake8==3.7.9
isort==4.3.21
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ basepython = python3.6
deps = -rtest-requirements.txt
commands =
flake8 github tests scripts setup.py
isort --check -rc github tests scripts setup.py
black --check --diff github tests scripts setup.py

[flake8]
Expand Down