aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: e601738d9321c751ef178fd15b031bb79afbd037 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27,py35,flake8

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

[testenv:flake8]
deps = flake8
commands = flake8 {posargs} dotfiles/ tests/