From fe2974f12718175f2abec0420b84fcd67e699881 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 12 Oct 2018 11:30:22 +0200 Subject: [PATCH] Attempt to fix tox ini --- tox.ini | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 966b139..593056a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,14 @@ [tox] envlist = py{27,35,36}-sphinx{16,17,18}, - lint - docs + # Workaround https://github.com/tox-dev/tox/issues/706 + lint-sphinx16 + docs-sphinx16 [tox:travis] -2.7 = py27, docs, lint -3.5 = py35 -3.6 = py36 +2.7 = py27-sphinx{16,17,18}, docs-sphinx16, lint-sphinx16 +3.5 = py35-sphinx{16,17,18} +3.6 = py36-sphinx{16,17,18} [testenv] setenv =