From aba21b92236de4e815b032384e76b700ed221d85 Mon Sep 17 00:00:00 2001
From: Matt Traudt <sirmatt@ksu.edu>
Date: Thu, 26 Apr 2018 14:06:57 -0400
Subject: [PATCH] Tell tox to ignore missing interpreters

This allows people to run 'tox' without arguments on machines that don't
have all our target python versions installed.

GH: closes #115
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 6a6d1719..c69d03c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,5 @@
 [tox]
+skip_missing_interpreters = True
 envlist = clean, lint, py34, py35, py36, stats
 
 [travis]
-- 
GitLab