[PATCH python] tox: Test with Python 3.6, 3.7 and 3.8

29 Mar
2020
29 Mar
'20
3:30 a.m.
Support for Python 2.X has been dropped with commit b22e4f2. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org> --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e8c33f1..de683b9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py34 +envlist = py36,py37,py38 [testenv] deps= -- 2.25.1

30 Mar
30 Mar
6:35 a.m.
On 29. 3. 2020 9:30, Radostin Stoyanov wrote:
Support for Python 2.X has been dropped with commit b22e4f2.
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org> --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and pushed. Michal
1993
Age (days ago)
1994
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michal Prívozník
-
Radostin Stoyanov