From adcf02655449638849df8a77064b030a22dd648f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 1 Dec 2015 13:59:18 -0500 Subject: Output the env in the test run --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0a798138..0bfb11bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,9 @@ script: # avoid VersionConflict when newer version is required - pip install -U pytest + # Output the env, because the travis docs just can't be trusted + - env + # update egg_info based on setup.py in checkout - python bootstrap.py -- cgit v1.2.3