From 461e6ca702f0534671dee512a09af7f60165535f Mon Sep 17 00:00:00 2001
From: Matt Traudt <sirmatt@ksu.edu>
Date: Mon, 16 Apr 2018 19:13:01 -0400
Subject: [PATCH] PastlyLogger no longer exists (huzzah!)

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

diff --git a/tox.ini b/tox.ini
index 66dc13c5..7745bf8a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands=
 skip_install = True
 deps = .[dev]
 commands =
-    flake8 --exclude pastlylogger.py sbws scripts tests
+    flake8 sbws scripts tests
 
 [testenv:stats]
 skip_install = True
-- 
GitLab