summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 311abc92121ffd0d4f8a99036557f49762110448 (plain)
1
2
3
4
5
6
7
8
9
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py27, py35

[testenv]

commands = make check
recreate = True
whitelist_externals = make