diff --git a/.gitignore b/.gitignore index 223235a0..36e9635c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ docs/_build cover/ venv/ .tox +*.egg diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..9e35d5d3 --- /dev/null +++ b/tox.ini @@ -0,0 +1,5 @@ +[tox] +envlist = py26,py27,py32,py33,py34,pypy + +[testenv] +commands = python setup.py test