File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ commands =
1010deps =
1111 nose
1212 unittest2
13- protobuf = =3.0.0-alpha-1
13+ protobuf> =3.0.0-alpha-1
1414
1515[testenv:cover]
1616basepython =
@@ -20,7 +20,7 @@ commands =
2020deps =
2121 nose
2222 unittest2
23- protobuf = =3.0.0-alpha-1
23+ protobuf> =3.0.0-alpha-1
2424 coverage
2525 nosexcover
2626
5656 pep8
5757 pylint
5858 unittest2
59- protobuf = =3.0.0-alpha-1
59+ protobuf> =3.0.0-alpha-1
6060
6161[testenv:regression]
6262basepython =
@@ -65,7 +65,7 @@ commands =
6565 {toxinidir}/scripts/run_regression.sh
6666deps =
6767 unittest2
68- protobuf = =3.0.0-alpha-1
68+ protobuf> =3.0.0-alpha-1
6969
7070[testenv:regression3]
7171basepython =
7777# Use a development checkout of oauth2client until a release is made
7878# which fixes https://github.com/google/oauth2client/issues/125
7979 -egit+https://github.com/google/oauth2client.git# egg=oauth2client
80- protobuf = =3.0.0-alpha-1
80+ protobuf> =3.0.0-alpha-1
You can’t perform that action at this time.
0 commit comments