File: tox.ini

package info (click to toggle)
taskw 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: python: 2,691; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 504 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
[tox]
envlist = py{35,36,37,38}-tw{250,251} py{38}-tw{253}
downloadcache = {toxworkdir}/_download/

[testenv]
basepython =
    py35: python3.5
    py36: python3.6
    py37: python3.7
    py38: python3.8
deps =
    -r{toxinidir}/requirements.txt
    -r{toxinidir}/test_requirements.txt
setenv =
    tw250: TASKWARRIOR=v2.5.0
    tw251: TASKWARRIOR=v2.5.1
    tw253: TASKWARRIOR=v2.5.3
sitepackages = False
commands =
    {toxinidir}/.tox_build_taskwarrior.sh "{envdir}" "{toxinidir}"
    pytest {posargs}