File: tox.ini

package info (click to toggle)
tripleo-image-elements 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,488 kB
  • ctags: 135
  • sloc: sh: 2,806; python: 485; makefile: 18
file content (25 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
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
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,pep8

[testenv]
usedevelop = True
deps = -r{toxinidir}/requirements.txt
       -r{toxinidir}/test-requirements.txt
commands=
    python setup.py testr --slowest --testr-args='{posargs}'

[testenv:venv]
commands = {posargs}

[testenv:pep8]
commands = flake8

[flake8]
ignore = E125,H803
exclude = .venv,.tox,dist,doc,*.egg
show-source = true

[tox:jenkins]
downloadcache = ~/cache/pip