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

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