Acquire the GIL before running python code.
[jelmer/subvertpy.git] / tox.ini
1 [tox]
2 downloadcache = {toxworkdir}/cache/
3 envlist = py27, py35
4
5 [testenv]
6
7 commands = make check
8 recreate = True
9 whitelist_externals = make