diff options
| -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 |
