summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/plugin/zfs/tox.ini
blob: 80e35439f8dc5ac6b6165e882bdcdd1c12c42531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = py27, py34, py35, py36, flake8

[travis]
python =
    3.6: py36
    3.5: py35
    3.4: py34
    2.7: py27

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 

[testenv]
setenv =
    PYTHONPATH = {toxinidir}

commands = python setup.py test