summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:59:18 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:59:18 -0500
commit00df89d70fe59306afeb9904bf658d0bb129b933 (patch)
treeacb28ec6e3412d77400c4aff3970306534a06eb5
parentc93d8ba65b8dc8ef49b6e4750bcebe35e0e7a106 (diff)
downloadpython-setuptools-bitbucket-00df89d70fe59306afeb9904bf658d0bb129b933.tar.gz
Output the env in the test run
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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