From b07c44c8b4ce0447ce9ed2c557c5c1748979bbe1 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 26 Aug 2018 17:09:02 -0700 Subject: [PATCH] Fix travis deployment (#2060) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 081ae8f4e..e03f2989e 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ envlist = py37 docs style + skip_missing_interpreters = True [testenv] description = Run unit tests with pytest