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

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

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