From 6e50a8496f6f7d2342ef679096f21ba93e29f9b8 Mon Sep 17 00:00:00 2001
From: Thierry Carrez <thierry@openstack.org>
Date: Wed, 7 Nov 2018 18:23:09 +0100
Subject: [PATCH] Use python3 to run pep8 job

The pep8 job runs additional python commands,
it should run those under python3 too.

Change-Id: I635f5c193913df6f252050747744c3af62caf403
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index e4707570..5c8880e6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,7 @@ commands =
     yaml2ical -y meetings -i output/calendars/ -f
 
 [testenv:pep8]
+basepython = python3
 whitelist_externals = bash
 commands =
   bash test_tools/flake8wrap.sh {posargs}