8000 Fix #216: static py26 dependencies for pytest and py · prometheus/client_python@c8c0312 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8c0312

Browse files
committed
Fix #216: static py26 dependencies for pytest and py
1 parent 3679aa2 commit c8c0312

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tox.ini

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ deps =
77
coverage
88
pytest
99

10+
[testenv:py26]
11+
deps =
12+
unittest2
13+
py==1.4.31
14+
pytest==2.9.2
15+
coverage
16+
1017
[testenv]
1118
deps =
1219
{[base]deps}
13-
py26: unittest2
14-
; Twisted does not support Python 2.6.
1520
{py27,py34,py35,py36,pypy}: twisted
1621
commands = coverage run --parallel -m pytest {posargs}
1722

0 commit comments

Comments
 (0)
0