File: tox.ini

package info (click to toggle)
bugwarrior 1.8.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: python: 9,226; makefile: 147
file content (21 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = py36-jira{1010,200},py37-jira200

[testenv]
commands = python setup.py test
setenv =
       XDG_CACHE_HOME={envtmpdir}/

deps = pysimplesoap
     jira107: jira==1.0.7
     jira1010: jira==1.0.10
     jira200: jira>=2.0.0

[flake8]
max-line-length = 100
exclude =
    ./.tox
    ./.git
    ./bugwarrior/docs/conf.py
    ./build
    ./.env