From f849a685cc7dacd13fb7b9d935fe5ca83b7130e9 Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Sat, 1 May 2021 19:45:55 +0300 Subject: 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) --- tox.ini | 4 ++-- 1 file 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 -- cgit v1.2.1