From 28ac37cd980e80c12bfa950d8680ff9d4826678f Mon Sep 17 00:00:00 2001 From: "Val Neekman (AvidCoder)" Date: Wed, 16 Feb 2022 17:05:29 -0500 Subject: remove tox --- .python-version | 5 ----- test.py | 2 +- tox.ini | 18 ------------------ 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .python-version delete mode 100644 tox.ini diff --git a/.python-version b/.python-version deleted file mode 100644 index a8733ab..0000000 --- a/.python-version +++ /dev/null @@ -1,5 +0,0 @@ -3.9.2 -3.8.8 -3.7.10 -3.6.13 -pypy3.7-7.3.3 diff --git a/test.py b/test.py index 1cd56dc..752c499 100644 --- a/test.py +++ b/test.py @@ -9,7 +9,7 @@ from slugify import smart_truncate from slugify.__main__ import slugify_params, parse_args -class TestSlugification(unittest.TestCase): +class TestSlugify(unittest.TestCase): def test_extraneous_seperators(self): diff --git a/tox.ini b/tox.ini deleted file mode 100644 index a4bee82..0000000 --- a/tox.ini +++ /dev/null @@ -1,18 +0,0 @@ -[tox] -envlist = py{39,38,37,36},pypy3 - -[testenv] -deps= - -e . -commands = - python -m unittest test - -[testenv:format] -deps = pycodestyle -allowlist_externals = sh -commands = sh format.sh - -[testenv:coverage] -deps = coverage -commands = - coverage run --source=slugify test.py -- cgit v1.2.1