forked from ibmresilient/resilient-python-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
27 lines (23 loc) · 719 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
# Tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py27, py36, py39
skip_missing_interpreters=True
skip_install=true
skipsdist=true
[testenv]
passenv=TEST_RESILIENT_*
deps =
pytest
mock
setuptools-scm<6.0.0 ; python_version=="2.7"
setenv =
SETUPTOOLS_SCM_PRETEND_VERSION={env:SETUPTOOLS_SCM_PRETEND_VERSION}
commands =
pip install -e ../resilient
pip install -e ../resilient-lib
pip install -e .
pip install -e ../pytest-resilient-circuits
pytest -s {posargs} tests/