List pip package versions after install
This commit is contained in:
parent
304d2f0874
commit
f8f4718474
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ services:
|
|||
install:
|
||||
- pip install -U pip wheel
|
||||
- pip install -r requirements.txt
|
||||
- pip list
|
||||
before_script:
|
||||
- openssl version -a
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue