Skip to content

Commit f849a68

Browse files
DmytroLitvinovun33k
authored andcommitted
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](un33k@319559c)
1 parent 319559c commit f849a68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{39,38,37,36,35},pypy3
2+
envlist = py{39,38,37,36},pypy3
33

44
[testenv]
55
deps=
@@ -15,4 +15,4 @@ commands = sh format.sh
1515
[testenv:coverage]
1616
deps = coverage
1717
commands =
18-
coverage run --source=slugify test.py
18+
coverage run --source=slugify test.py

0 commit comments

Comments
 (0)