From b95bb29fc25c6ad24882029ff1314c4bf6d9e370 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 3 Jun 2019 16:31:06 -0700 Subject: [PATCH] Remove --recreate from .travis.yml Looks like this has been in the history since the beginning of time, but we should always get a blank slate anyway Noticed this in https://github.com/crsmithdev/arrow/pull/597 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f6df4d9a..d6693eb68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,7 +105,7 @@ before_script: export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess fi -script: tox --recreate +script: tox after_success: - |