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
1 changed files with 1 additions and 0 deletions

View File

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