From 6c3a96003e413b6a78f312b556727412a7adce3e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 21 Jun 2022 22:55:39 +0100 Subject: housekeeping - adding some pytest config and other stuff --- pytest.ini | 2 ++ requirements_dev.txt | 1 + setup.py | 1 + 3 files changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..700e3bf --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +log_cli = False diff --git a/requirements_dev.txt b/requirements_dev.txt index 9057a58..6e4c3dd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,5 @@ pytest +pdbpp pytest-cov==2.7.1 coverage==5.1 nox==2019.11.9 diff --git a/setup.py b/setup.py index 0bc9527..9e0b77a 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( "Intended Audience :: Other Audience", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Text Processing", ], keywords='data console commandline excel', -- cgit v1.2.3