summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 4c771ec1dde211b1e632fce2c7423e5e13bbfa1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
minversion = 1.6
skipsdist = True

[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
whitelist_externals = make
deps = testtools
commands = make check