Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 5, 2023
1 parent e5be3c3 commit 2f711ae
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist=
py{3.10, 3.11}-pyyaml{0,6}
skip_missing_interpreters=True

# See: https://tox.wiki/en/latest/config.html#tox-ini
[testenv]
basepython=
py3.10: python3.10
Expand All @@ -24,10 +25,7 @@ commands=
#commands=
# prospector

[testenv:dev]
deps=
-rtest/requirements.txt
usedevelop=True

# To see how these expand to tests, see:
# https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
#[testenv:dev]
#deps=
#-rtest/requirements.txt
#usedevelop=True

0 comments on commit 2f711ae

Please sign in to comment.