[1aa732]: / tox.ini

Download this file

17 lines (14 with data), 300 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
[tox]
envlist = py37,py38,py39,py310
requires = tox-conda
[testenv]
setenv =
CONDA_DLL_SEARCH_MODIFICATION_ENABLE = 1
whitelist_externals = python
[testenv:py{37,38,39,310}]
conda_deps =
pytest
rdkit
conda_channels =
conda-forge
commands = pytest --basetemp="{envtmpdir}" {posargs}