From d29ca76d5a72845428a0716c74f8fa0d40d98532 Mon Sep 17 00:00:00 2001 From: Jeff Meadows Date: Wed, 10 Apr 2024 12:32:30 -0700 Subject: [PATCH] Cleanup tox readme and outdated ordereddict requirement (#208) --- requirements-dev.txt | 1 - tox.ini | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8a92269..6f0fd6d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,5 @@ -rrequirements.txt coveralls -ordereddict pycodestyle pylint pytest diff --git a/tox.ini b/tox.ini index 9c17eb7..8167e9c 100644 --- a/tox.ini +++ b/tox.ini @@ -42,9 +42,9 @@ deps = docutils pygments commands = - rst2html.py --strict README.rst - rst2html.py --strict HISTORY.rst - rst2html.py --strict CONTRIBUTING.rst + rst2html --strict README.rst + rst2html --strict HISTORY.rst + rst2html --strict CONTRIBUTING.rst [pycodestyle] show-pep8 = True