Skip to content

Commit a69c879

Browse files
committed
Drop fossilized '[testenv:py26]' tox environment.
We are now 2.6-compatible in the default environment.
1 parent 760f44a commit a69c879

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
envlist =
33
py26,py27,py33,py34,cover,docs,lint
44

5-
[testenv:py26]
6-
commands =
7-
nosetests
8-
deps =
9-
nose
10-
unittest2
11-
protobuf==3.0.0-alpha-1
12-
135
[testenv]
146
install_command =
157
{toxinidir}/scripts/custom_pip_install.sh {opts} {packages}

0 commit comments

Comments
 (0)