Skip to content

Commit 94323cf

Browse files
authored
drop py34
1 parent 840e345 commit 94323cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
{2.7,pypy2.7-6.0,pypy3.5-6.0,3.4,3.5,3.6,3.7}-unit
4-
{2.7,pypy2.7-6.0,pypy3.5-6.0,3.4,3.5,3.6,3.7}-integration-rabbitmq
3+
{2.7,pypy2.7-6.0,pypy3.5-6.0,3.5,3.6,3.7}-unit
4+
{2.7,pypy2.7-6.0,pypy3.5-6.0,3.5,3.6,3.7}-integration-rabbitmq
55
flake8
66
flakeplus
77
apicheck
@@ -23,7 +23,6 @@ commands =
2323
basepython =
2424
2.7,flakeplus,flake8,apicheck,linkcheck,pydocstyle: python2.7
2525
pypy2.7-6.0,pypy3.5-6.0: pypy
26-
3.4: python3.4
2726
3.5: python3.5
2827
3.6: python3.6
2928
3.7: python3.7

0 commit comments

Comments
 (0)