summaryrefslogtreecommitdiff
path: root/tox.ini
blob: f7df78c5dcfd12602e14b4c710862c60f2941fda (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist=py26,py27,py31,py32,py33,py34,pypy,flake8

[testenv]
deps= pytest
commands= python -m pytest -rfsxX {posargs}

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