summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Litvinov <litvinov.dmytro.personal@gmail.com>2021-05-01 19:45:55 +0300
committerVal Neekman <un33kvu@gmail.com>2021-05-05 19:11:16 -0400
commitf849a685cc7dacd13fb7b9d935fe5ca83b7130e9 (patch)
tree44c047f44164bc26819466a9eea5afcfb5e97d3c
parent319559cb43f239ac0d3bc7b975a78059bf4a1086 (diff)
downloadpython-slugify-f849a685cc7dacd13fb7b9d935fe5ca83b7130e9.tar.gz
Update tox.ini
Drop completly from tox.ini file Python3.5 for testing according to [CHANGELOG](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md#500). More information about it at [commit which should drop Python 3.5](https://github.com/un33k/python-slugify/commit/319559cb43f239ac0d3bc7b975a78059bf4a1086)
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c200c2a..a4bee82 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{39,38,37,36,35},pypy3
+envlist = py{39,38,37,36},pypy3
[testenv]
deps=
@@ -15,4 +15,4 @@ commands = sh format.sh
[testenv:coverage]
deps = coverage
commands =
- coverage run --source=slugify test.py \ No newline at end of file
+ coverage run --source=slugify test.py