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

[testenv]
usedevelop=True
deps =
    -rtest-requirements.txt
    py35-flake8: flake8-bugbear
commands =
    flake8: python setup.py flake8
    unit: python setup.py nosetests
    pylint: python setup.py lint