Skip to content

Commit

Permalink
Merge pull request #284 from tseaver/work_around_protobuf_2.6.1-py26
Browse files Browse the repository at this point in the history
Work around protobuf 2.6.1 install failure on Python 2.6.x.
  • Loading branch information
tseaver committed Oct 22, 2014
2 parents bcf7a1e + 9c8f432 commit c2a38fb
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 c2a38fb

Please sign in to comment.