From 7767a9fc0e2adbe1828e0bd86e83446a9fb66bc7 Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Mon, 30 Apr 2018 00:37:32 +0100
Subject: [PATCH] Update tox.ini

add missing comma
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index c6cee92568..ca8373662b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = packaging, py27, py36 pep8
+envlist = packaging, py27, py36, pep8
 
 [testenv]
 deps =
-- 
GitLab