From 12321a384c02b9d475b0e4e12f04c0508778f4c9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 2 Nov 2018 14:00:06 -0400 Subject: [PATCH] use python 3 to build the site Change-Id: Ieecae1c8239ff4a71fed42249d34b5804b9c24d8 Signed-off-by: Doug Hellmann --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c79c5632..e4707570 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ deps = -r{toxinidir}/test-requirements.txt commands = {posargs} [testenv:ical] +basepython = python3 whitelist_externals = mkdir commands = mkdir -p output/calendars