Skip to content

Commit

Permalink
stage tox-conda for eventual integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 14, 2023
1 parent 0f6eee3 commit c7cfc8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: "3.8"
- name: Install tox
run: pip install tox~=3.0
run: pip install tox~=4.0
- name: Run linting suite
run: tox -e black

Expand All @@ -56,7 +56,7 @@ jobs:
with:
python-version: "3.8"
- name: Install tox
run: pip install tox~=3.0
run: pip install tox~=4.0
- name: Test with tox
run: tox -e py38
env:
Expand All @@ -76,7 +76,7 @@ jobs:
with:
python-version: "3.9"
- name: Install tox
run: pip install tox~=3.0
run: pip install tox~=4.0
- name: Test with tox
run: tox -e py39-upstream-lm3-coverage
env:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
with:
python-version: "3.8"
- name: Install tox
run: pip install tox~=3.0
run: pip install tox~=4.0
- name: Test with tox
run: tox -e py38-lm3-coverage
env:
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies:
- statsmodels
- tokenize-rt
- tox
# - tox-conda # Will be added when a tox@v4.0+ compatible plugin is released.
- xdoctest
- yamale
- yamllint
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dev = [
"pytest-xdist[psutil] >=3.2",
"tokenize-rt",
"tox",
# "tox-conda", # Will be added when a tox@v4.0+ compatible plugin is released.
"xdoctest",
"yamale",
"yamllint",
Expand Down

0 comments on commit c7cfc8d

Please sign in to comment.