8000 Only test twisted on 3.7 (latest minor) (#428) · mikekatica/client_python@bc7319f · GitHub
[go: up one dir, main page]

Skip to content

Commit bc7319f

Browse files
xavfernandezbrian-brazil
authored andcommitted
Only test twisted on 3.7 (latest minor) (prometheus#428)
Signed-off-by: Xavier Fernandez <xavier.fernandez@polyconseil.fr>
1 parent 8a4f2de commit bc7319f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deps =
2929
[testenv]
3030
deps =
3131
{[base]deps}
32-
{py27,py34,py35,py36,pypy,pypy3}: twisted
32+
{py27,py37,pypy,pypy3}: twisted
3333
commands = coverage run --parallel -m pytest {posargs}
3434

3535
; Ensure test suite passes if no optional dependencies are present.

0 commit comments

Comments
 (0)
0