Skip to content

Commit b1d00c4

Browse files
authored
Update setup.py
1 parent 2bfbd5b commit b1d00c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ def get_ui_files(directory):
6262
'jinja2>=3.0', 'nbsphinx',
6363
'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-bibtex',
6464
'sphinx-copybutton'],
65-
'testing': ['pycodestyle', 'pytest', 'pytest-cov'],
65+
'testing': ['pycodestyle', 'pylint', 'pytest', 'pytest-cov'],
6666
'all': ['docutils<0.18,>=0.14', 'ipykernel', 'ipython',
6767
'jinja2>=3.0', 'nbsphinx',
68-
'pycodestyle', 'pytest', 'pytest-cov',
68+
'pycodestyle', 'pylint', 'pytest', 'pytest-cov',
6969
'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-bibtex']},
7070
classifiers=['Natural Language :: English',
7171
'Operating System :: Microsoft :: Windows :: Windows 10'

0 commit comments

Comments
 (0)