summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/iniconfig/tox.ini
blob: 298838bee078ba59154cde2de5952005d86f2100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist=py27,py26,py33,py34,py35


[testenv]
commands=
  pytest {posargs}
deps=
  pytest


[pytest]
testpaths=
  testing