summaryrefslogtreecommitdiffstats
path: root/build/download/tox.ini
blob: 1b96465cb0639bd64909253a1470142c72f1b91e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist = download
skipsdist = true

[testenv]
basepython = python3

[testenv:download]
deps = -r{toxinidir}/requirements.txt

[testenv:pytest]
deps =
    -r{toxinidir}/requirements.txt
    -r{toxinidir}/tests/test-requirements.txt
commands = pytest -v

[pytest]
# required for app modules discovery within tests directory
pythonpath = .