Skip to content

Commit

Permalink
Merge pull request googleapis#600 from tseaver/152-add_py33_to_tox
Browse files Browse the repository at this point in the history
Add py33 to tox.
  • Loading branch information
tseaver committed Feb 9, 2015
2 parents 6de4110 + a69c879 commit ab0a587
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
[tox]
envlist =
py26,py27,py34,cover,docs,lint

[testenv:py26]
commands =
nosetests
deps =
nose
unittest2
protobuf==3.0.0-alpha-1
py26,py27,py33,py34,cover,docs,lint

[testenv]
install_command =
Expand Down

0 comments on commit ab0a587

Please sign in to comment.