summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 6a1b29f4f0481256e7e3bf931111a8881fe6c8f6 (plain)
1
2
3
4
5
6
7
8
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34

[testenv:venv]
basepython = python3
commands = {posargs}