diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:59:18 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:59:18 -0500 |
| commit | adcf02655449638849df8a77064b030a22dd648f (patch) | |
| tree | 79ec545423d3d02d709aecb494c9da24aa8884e0 | |
| parent | b4724ffead99897ce9c1411ff59206977df64f5f (diff) | |
| download | python-setuptools-git-adcf02655449638849df8a77064b030a22dd648f.tar.gz | |
Output the env in the test run
| -rw-r--r-- | .travis.yml | 3 |
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 |
