Sign in
cobalt
/
cobalt
/
edf9f4e573e100a6e6c9631fa7b3eef33f67490a
/
.
/
src
/
third_party
/
web_platform_tests
/
tools
/
six
/
tox.ini
blob: b29b31a69e9dda7289a55f305ee49f7f04f4d22e [
file
] [
log
] [
blame
]
[
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