11 lines
99 B
INI
11 lines
99 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
cython
|
|
|
|
commands =
|
|
py.test
|