Skip to content

Commit

Permalink
Work around protobuf 2.6.1 install failure on Python 2.6.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 22, 2014
1 parent bcf7a1e commit 9c8f432
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
envlist =
py26,py27,cover,docs,lint

[testenv:py26]
commands =
nosetests
deps =
nose
unittest2
protobuf==2.6.0

[testenv]
commands =
nosetests
Expand Down

0 comments on commit 9c8f432

Please sign in to comment.