Skip to content

Commit

Permalink
remove vestigial tox-conda comments
Browse files Browse the repository at this point in the history
  • Loading branch information
itrharrison committed Aug 1, 2024
1 parent d689681 commit 6c42be6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
requires =
#tox-conda
setuptools >= 64
setuptools_scm >= 8
pip >= 19.3.1
Expand All @@ -12,11 +11,6 @@ envlist =
allowlist_externals =
conda
pytest
#conda_env = soliket-tests.yml
#conda_setup_args=
# --override-channels
#conda_install_args=
# --override-channels

setenv =
COBAYA_PACKAGES_PATH = ./cobaya_packages
Expand Down Expand Up @@ -57,7 +51,6 @@ commands =

[testenv:codestyle]
skip_install = true
# conda_env =
changedir = .
description = check code style, e.g. with flake8
deps = flake8
Expand Down

0 comments on commit 6c42be6

Please sign in to comment.