Skip to content

Commit 3e83a6a

Browse files
committed
Put back 2.7 and 3.5 in tests
1 parent c605420 commit 3e83a6a

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

tox.ini

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
envlist =
55
clean,
66
check,
7-
{py36,py37,py38,py39,py310},
7+
{py27,py35,py36,py38,py39,py310},
88
report,
99
docs
1010

1111
[gh-actions]
1212
python =
13+
2.7: py27
14+
3.5: py35
1315
3.6: py36
1416
3.7: py37
1517
3.8: py38
@@ -23,12 +25,16 @@ setenv =
2325
passenv =
2426
*
2527
usedevelop = false
26-
deps = -rrequirements-dev.txt
28+
deps =
29+
pytest
30+
nose
31+
future
32+
enum-compat
33+
coverage
2734
commands =
2835
pytest -vv tests
2936
coverage run -m pytest tests
3037

31-
3238
[testenv:spell]
3339
setenv =
3440
SPELLCHECK=1

0 commit comments

Comments
 (0)