~ci-train-bot/click/click-ubuntu-artful-2790

1
2
3
4
5
6
[tox]
envlist = py27,py32,py33,py34

[testenv]
commands = python -m unittest discover -vv click.tests
sitepackages = True