mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-05 17:01:01 +01:00
11 lines
99 B
INI
11 lines
99 B
INI
![]() |
[tox]
|
||
|
envlist = py26,py27,py32,py33
|
||
|
|
||
|
[testenv]
|
||
|
deps=
|
||
|
pytest
|
||
|
cython
|
||
|
|
||
|
commands =
|
||
|
py.test
|