8 lines
88 B
INI
8 lines
88 B
INI
[tox]
|
|
envlist = py26,py27,py33,pypy
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
commands =
|
|
py.test -v []
|