Skip to content

Commit

Permalink
Accomodate the new canonical protobuf release spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 4, 2015
1 parent 8ab8c1b commit 0e99cea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commands =
deps =
nose
unittest2
protobuf==3.0.0-alpha1
protobuf==3.0.0-alpha-1

[testenv]
install_command =
Expand All @@ -18,7 +18,7 @@ commands =
deps =
nose
unittest2
protobuf==3.0.0-alpha1
protobuf==3.0.0-alpha-1

[testenv:cover]
basepython =
Expand All @@ -28,7 +28,7 @@ commands =
deps =
nose
unittest2
protobuf==3.0.0-alpha1
protobuf==3.0.0-alpha-1
coverage
nosexcover

Expand Down Expand Up @@ -64,7 +64,7 @@ deps =
pep8
pylint
unittest2
protobuf==3.0.0-alpha1
protobuf==3.0.0-alpha-1

[testenv:regression]
basepython =
Expand All @@ -73,7 +73,7 @@ commands =
{toxinidir}/scripts/run_regression.sh
deps =
unittest2
protobuf==3.0.0-alpha1
protobuf==3.0.0-alpha-1

[testenv:regression3]
basepython =
Expand All @@ -82,4 +82,4 @@ commands =
{toxinidir}/scripts/run_regression.sh
deps =
unittest2
protobuf==3.0.0-alpha1
protobuf==3.0.0-alpha-1

0 comments on commit 0e99cea

Please sign in to comment.