6 lines
87 B
INI
6 lines
87 B
INI
[tox]
|
|
envlist = py26, py27, py3, py33, py34
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
commands= py.test
|