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

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