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