Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
alstonlo authored Jul 13, 2024
1 parent 04bea66 commit c5e2d78
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,lint
envlist = py37,py38,py39,py310
requires = tox-conda

[testenv]
Expand All @@ -14,29 +14,3 @@ conda_deps =
conda_channels =
conda-forge
commands = pytest --basetemp="{envtmpdir}" {posargs}

[testenv:lint]
basepython = python3
skip_install = true
conda_deps = flake8
commands = flake8 .

[flake8]
extend-ignore = E127
exclude =
__pycache__,
.git,
.eggs,
.github,
.tox,
docs/source/conf.py,
build,
dist,
*.pyc,
*.egg-info,
.cache,
original_code_from_paper,
Lib,
Scripts,


0 comments on commit c5e2d78

Please sign in to comment.