Skip to content

Commit

Permalink
Removed extras
Browse files Browse the repository at this point in the history
Extras were removed during the tox branch changes, but
somehow the updates didn't make it into the current HEAD
of master. These are being removed for the current time,
since tox now handles lint and test dependencies. Docs
is being left alone, because someone may still wish to
build the docs and see them locally
  • Loading branch information
greg-hellings committed Feb 20, 2018
1 parent 9e9612f commit 2e5bc81
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
]
},
extras_require={
'lint': [
'flake8',
'ansible-lint',
'yamllint'
],
'test': [
'docker-py',
'pytest-cov',
'codecov'
],
'docs': [
'sphinx_rtd_theme',
'sphinx'
Expand Down

0 comments on commit 2e5bc81

Please sign in to comment.