summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/tox.ini
blob: 514d208facf3cfdffb5cc84a40e30da1487ffff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py27, py35, py36, flake8

[testenv]
deps=
  pytest
commands=py.test -v {posargs:ceph_volume/tests}

[testenv:flake8]
deps=flake8
commands=flake8 --select=F,E9 {posargs:ceph_volume}

[tool:pytest]
norecursedirs = .* _* virtualenv