Skip to content

Commit

Permalink
Drop fossilized '[testenv:py26]' tox environment.
Browse files Browse the repository at this point in the history
We are now 2.6-compatible in the default environment.
  • Loading branch information
tseaver committed Feb 9, 2015
1 parent 760f44a commit a69c879
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
envlist =
py26,py27,py33,py34,cover,docs,lint

[testenv:py26]
commands =
nosetests
deps =
nose
unittest2
protobuf==3.0.0-alpha-1

[testenv]
install_command =
{toxinidir}/scripts/custom_pip_install.sh {opts} {packages}
Expand Down

0 comments on commit a69c879

Please sign in to comment.