diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2691d87c..4c191db2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ git: # as we clone our own repository in the process depth: 99999 install: + - python --version; git --version - git submodule update --init --recursive - git fetch --tags - pip install codecov flake8 ddt sphinx |
