10 lines
95 B
INI
10 lines
95 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
six
|
|
|
|
commands=py.test test
|