File: tox.ini

package info (click to toggle)
ceph-iscsi 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: python: 9,236; makefile: 23
file content (26 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tox]
envlist = py27, py3, flake8

[testenv:flake8]
deps=flake8
commands=flake8 --ignore=C901

[flake8]
max-line-length = 99
max-complexity = 10
filename = *.py
exclude =
	.git,
	.tox,
	__pycache__
	venv

[testenv]
deps =
	pytest
	mock
	cryptography
	rtslib_fb
	netifaces
commands=
	{envbindir}/py.test --ignore=test/test_group.py test/