From 28f1da3a4213d9fd47e4b701c3ed14e3c6dc9a80 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 19 Apr 2018 17:22:01 -0400 Subject: [PATCH] Try to get more debugging out --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87f8a3458..8b3eebf68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ install: - pip install pytest-xdist selenium script: - - make test + - make test; cat cpython/config.log # deploy: # provider: pages