summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-06 16:21:17 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-06 16:21:17 -0400
commitbbae658da66438340bd6b8b7aa15998561c1a853 (patch)
treeb07056076c603edebd701df8e50f7a879eff519a /setup.py
parent5dea50a8a376532da05a25eb0f9721f18490e346 (diff)
parente18013e7f6be6721531cde163ec4697eac247270 (diff)
downloadcmd2-git-bbae658da66438340bd6b8b7aa15998561c1a853.tar.gz
Merge branch 'master' into docstructure
# Conflicts: # setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e349167d..b59d72ff 100755
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ EXTRAS_REQUIRE = {
'codecov', 'pytest', 'pytest-cov', 'pytest-mock'],
# development only dependencies: install with 'pip install -e .[dev]'
'dev': ["mock ; python_version<'3.6'", # for python 3.5 we need the third party mock module
- 'pytest', 'codecov', 'pytest-cov', 'pytest-mock', 'tox', 'pylint',
+ 'pytest', 'codecov', 'pytest-cov', 'pytest-mock', 'tox', 'flake8',
'sphinx', 'sphinx-rtd-theme', 'sphinx-autobuild', 'doc8',
'invoke', 'twine>=1.11',
]