Skip to content

Commit

Permalink
[setup] Add tox and flake8 to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaist committed Sep 29, 2020
1 parent e112dd8 commit 9b564fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ def get_long_description():
'coverage',
'pytest',
'webtest',
'pyscss'
'pyscss',
'tox',
'flake8'
],
),
classifiers=[
Expand Down

0 comments on commit 9b564fa

Please sign in to comment.