From 3a968d707f1fbca5d949c9b7dadd1ea802938fd3 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 26 Aug 2018 17:24:03 -0700 Subject: [PATCH] Fix Travis deployment attempt 2 (#2061) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e03f2989e..f31542c95 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ envlist = py37 docs style - skip_missing_interpreters = True +skip_missing_interpreters = True [testenv] description = Run unit tests with pytest