forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
39 lines (38 loc) · 723 Bytes
/
tox.ini
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
27
28
29
30
31
32
33
34
35
36
37
38
39
[tox]
minversion = 2.0
skip_missing_interpreters = true
basepython = py38
envlist =
py{27,38}
[testenv]
description =
py{27,38}: e2e ready
ensure_default_envdir = true
envdir =
py27: {toxworkdir}/py27
py38: {toxworkdir}/py38
dd_check_style = true
dd_check_types = true
dd_mypy_args =
--py2
--install-types
--non-interactive
datadog_checks/
tests/
--exclude
'.*/config_models/.*\.py$'
dd_mypy_deps =
types-mock==0.1.5
usedevelop = true
platform = linux|darwin|win32
deps =
-e../datadog_checks_base[deps]
-rrequirements-dev.txt
setenv =
GLUSTER_VERSION = 7.9
passenv =
DOCKER*
COMPOSE*
commands =
pip install -r requirements.in
pytest -v {posargs}