Browse Source

List pip package versions after install

shortcutme 6 years ago
parent
commit
f8f4718474
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -6,6 +6,7 @@ services:
 install:
  - pip install -U pip wheel
  - pip install -r requirements.txt
+ - pip list
 before_script:
   - openssl version -a
 script: