Skip to content

Commit

Permalink
Revert "changes"
Browse files Browse the repository at this point in the history
This reverts commit 3b771c4.
  • Loading branch information
isi-adas committed Aug 14, 2024
1 parent 3b771c4 commit 5c6f090
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,py310,py311
envlist = py27,py36,py37,py38,py39,py310,py311
passenv = SSH_AUTH_SOCK
isolated_build = True

Expand All @@ -15,11 +15,11 @@ commands =
coverage run -m unittest pike.test.samba_suite
coverage run -m pytest -ra {posargs}

#[testenv:py27]
#deps =
# coverage~=5.5
# pytest-randomly ~= 1.2.3
# pytest-rerunfailures ~= 8.0
[testenv:py27]
deps =
coverage~=5.5
pytest-randomly ~= 1.2.3
pytest-rerunfailures ~= 8.0

[testenv:docs]
deps =
Expand Down Expand Up @@ -56,7 +56,7 @@ commands =
[gh-actions]
python =
# 2.7: py27
2.7: py27
3.6: py36
3.7: py37
3.8: py38
Expand Down

0 comments on commit 5c6f090

Please sign in to comment.