| Index: third_party/gsutil/third_party/six/tox.ini
|
| diff --git a/third_party/gsutil/third_party/six/tox.ini b/third_party/gsutil/third_party/six/tox.ini
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b29b31a69e9dda7289a55f305ee49f7f04f4d22e
|
| --- /dev/null
|
| +++ b/third_party/gsutil/third_party/six/tox.ini
|
| @@ -0,0 +1,12 @@
|
| +[tox]
|
| +envlist=py25,py26,py27,py31,py32,py33,py34,pypy
|
| +indexserver=
|
| + default = http://pypi.python.org/simple
|
| + testrun = http://pypi.testrun.org
|
| +
|
| +[testenv]
|
| +deps=pytest
|
| +commands= py.test -rfsxX {posargs}
|
| +
|
| +[pytest]
|
| +minversion=2.2.0
|
|
|