Skip to content

Commit

Permalink
Update to use 3006.5
Browse files Browse the repository at this point in the history
  • Loading branch information
barneysowood committed Jan 24, 2024
1 parent d4db751 commit 1745485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- "tornado"
salt:
- "v3005.4"
- "v3006.4"
- "v3006.5"
- "master"
exclude:
- py: "3.10"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py{3.8,3.9}-{cherrypy,tornado}-{v3005.4,master},py{3.10,3.11}-{cherrypy,tornado}-{v3006.4,master},coverage,flake8
envlist = py{3.8,3.9}-{cherrypy,tornado}-{v3005.4,v3006.5,master},py{3.10,3.11}-{cherrypy,tornado}-{v3006.5,master},coverage,flake8
skip_missing_interpreters = true
skipsdist = false

[testenv]
passenv = TOXENV, CI, TRAVIS, TRAVIS_*, CODECOV_*
deps = -r{toxinidir}/tests/requirements.txt
v3005.4: salt==3005.4
v3006.4: salt==3006.4
v3006.5: salt==3006.5
master: git+https://github.com/saltstack/salt.git@master#egg=salt

changedir = {toxinidir}
Expand Down

0 comments on commit 1745485

Please sign in to comment.