Skip to content
Snippets Groups Projects
Commit 65d0de63 authored by Aurelien Lourot's avatar Aurelien Lourot
Browse files

Sync helpers for 20.05

Change-Id: Ib0a99f80e6a133950498accc6153b68598f7ad20
parent e3be7e48
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,11 @@ basepython = python3.7 ...@@ -41,6 +41,11 @@ basepython = python3.7
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
[testenv:py38]
basepython = python3.8
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:py3] [testenv:py3]
basepython = python3 basepython = python3
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
......
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