From 2db826248cab0f2ec9b8f27e46fb84a34647af75 Mon Sep 17 00:00:00 2001 From: Matt Traudt <sirmatt@ksu.edu> Date: Sat, 7 Apr 2018 11:48:14 -0400 Subject: [PATCH] Make tests/ a module so tox will be happy --- tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b -- GitLab