From 47381469a1f4228e1db2f60186c33cb7de4e13e7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 5 May 2020 11:21:48 +0200 Subject: [PATCH] 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. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2318571..7cdc120 100644 --- a/tox.ini +++ b/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