Commit adcf0265 authored by Jason R. Coombs's avatar Jason R. Coombs

Output the env in the test run

parent b4724ffe
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment