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:
Till Maas 2020-05-05 11:21:48 +02:00
parent b334ce4d74
commit 47381469a1

View file

@ -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