diff options
author | Bryce Guinta <bryce.paul.guinta@gmail.com> | 2018-08-02 21:54:45 -0600 |
---|---|---|
committer | Bryce Guinta <bryce.paul.guinta@gmail.com> | 2018-08-02 21:54:45 -0600 |
commit | 8577c54e07d699d697ca19b6f11005db68b9cda7 (patch) | |
tree | 21f196e677e2867bfacc5f1fae3d91b3787d588a /tox.ini | |
parent | 8567ba10eabbd5d39c017440f24bb704dc586103 (diff) | |
download | pylint-git-8577c54e07d699d697ca19b6f11005db68b9cda7.tar.gz |
Remove uneeded dependency in tox
We decided to use -W on sphinx-build instead of the rst linter.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ whitelist_externals = rm deps = sphinx python-docs-theme - restructuredtext_lint commands = pip install python_docs_theme |