Skip to content
Snippets Groups Projects
Commit 6e4c7f65ce4a authored by Marcin Kasperski's avatar Marcin Kasperski
Browse files

preliminary update of tested versions

parent 5f6aee0668a0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
minversion = 1.8
toxworkdir = {homedir}/.tox/work/mercurial/extension_utils
distshare = {homedir}/.tox/distshare
envlist = py{36,38,39}-hg{60,59,58,57,55,54,53,52,51,50},py27-hg{55,54,53,52,51,50,49,48,45,44,41,38,37,33,30,29,27}
envlist = py{36,38,39,312}-hg{67,65,62,60,59,58,57,55,54,53,52,51,50},py27-hg{55,54,53,52,51,50,49,48,45,44,41,38,37,33,30,29,27}
skip_missing_interpreters = true
;; Installing custom pythons:
;; sudo add-apt-repository ppa:deadsnakes/ppa
......@@ -24,6 +24,8 @@
py37: python3.7
py38: python3.8
py39: python3.9
py310: python3.10
py312: python3.12
deps =
py26: unittest2
hg27: Mercurial>=2.7,<2.8
......@@ -59,6 +61,14 @@
hg58: Mercurial>=5.8,<5.9
hg59: Mercurial>=5.9,<6.0
hg60: Mercurial>=6.0,<6.1
hg61: Mercurial>=6.1,<6.2
hg62: Mercurial>=6.2,<6.3
hg63: Mercurial>=6.3,<6.4
hg64: Mercurial>=6.4,<6.5
hg65: Mercurial>=6.5,<6.6
hg66: Mercurial>=6.6,<6.7
hg67: Mercurial>=6.7,<6.8
hg68: Mercurial>=6.8,<6.9
commands =
py26: unit2 discover tests
py27: python -m unittest discover tests
......@@ -67,3 +77,4 @@
py37: python -m unittest discover tests
py38: python -m unittest discover tests
py39: python -m unittest discover tests
py312: python -m unittest discover tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment