summaryrefslogtreecommitdiffstats
path: root/utils/tox.ini
blob: 747d79dfe8fa4752bc61f4fa3c9158833868f5d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
minversion=2.3.1
envlist =
    py{27,35}-{flake8,unit}
skipsdist=True
skip_missing_interpreters=True

[testenv]
usedevelop=True
deps =
    -rtest-requirements.txt
    py35-flake8: flake8-bugbear

commands =
    flake8: flake8 --config=setup.cfg ../ --exclude="../utils,.tox,../inventory"
    flake8: python setup.py flake8
    unit: python setup.py nosetests