summaryrefslogtreecommitdiff
path: root/tox.ini
blob: d581326da9464020a27a67af2d58a9e7a66342a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist=py26,py27,py31,py32,py33,py34,pypy,flake8
indexserver=
    default = https://pypi.python.org/simple
    testrun = http://pypi.testrun.org

[testenv]
deps= pytest
commands= py.test -rfsxX {posargs}

[testenv:flake8]
basepython=python
deps=flake8
commands= flake8 six.py