Skip to content

Commit

Permalink
fix: remove testing of old Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Sep 18, 2024
1 parent f9c82c5 commit 28c2416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py38,py39,py310,lint
envlist = py310,lint
requires = tox-conda

[testenv]
setenv =
CONDA_DLL_SEARCH_MODIFICATION_ENABLE = 1
whitelist_externals = python

[testenv:py{38,39,310}]
[testenv:py{310}]
conda_deps =
pytest
rdkit
Expand Down

0 comments on commit 28c2416

Please sign in to comment.