Convert README to markdown.
[jelmer/dulwich.git] / tox.ini
1 [tox]
2 downloadcache = {toxworkdir}/cache/
3 envlist = py27, pypy, py27-noext, pypy-noext
4
5 [testenv]
6 deps =
7     unittest2
8
9 commands = make check
10 recreate = True
11 whitelist_externals = make
12
13 [testenv:py24]
14 setenv =
15     PIP_INSECURE=1
16
17
18 [testenv:py25]
19 setenv =
20     PIP_INSECURE=1
21
22 [testenv:py27-noext]
23 commands = make check-noextensions
24
25 [testenv:pypy-noext]
26 commands = make check-noextensions