List pip package versions after install

This commit is contained in:
shortcutme 2018-02-23 15:43:21 +01:00
parent 304d2f0874
commit f8f4718474
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

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