mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
tox: Add travis config for 3.8-dev
As reported in https://github.com/tox-dev/tox-travis/issues/147, the python factor in tox-travis needs to match the Travis python environment and not the python version. Therefore, add a separate line.
This commit is contained in:
parent
b334ce4d74
commit
47381469a1
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -273,3 +273,4 @@ python =
|
|||
3.6: py36,coveralls,black,yamllint,custom
|
||||
3.7: py37,coveralls,custom
|
||||
3.8: py38,coveralls,custom
|
||||
3.8-dev: py38,coveralls,custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue