diff options
-rw-r--r-- | AUTHORS.rst | 1 | ||||
-rw-r--r-- | dev-requirements.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst index b3b7f35d..0ef9958d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,4 +10,3 @@ PGP key fingerprints are enclosed in parentheses. * Christian Heimes <christian@python.org> * Paul Kehrer <paul.l.kehrer@gmail.com> * Jarret Raim <jarito@gmail.com> - diff --git a/dev-requirements.txt b/dev-requirements.txt index 752517dd..66f46d83 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,3 +4,4 @@ pytest coverage sphinx tox +-e . |