mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
chore: ouput pipenv version on travis
This commit is contained in:
@@ -5,4 +5,4 @@ services:
|
||||
|
||||
script:
|
||||
- docker build -t python-nodejs .
|
||||
- docker run python-nodejs /bin/sh -c "python -V && pip --version && node -v && npm -v && yarn --version"
|
||||
- docker run python-nodejs /bin/sh -c "python -V && pip --version && pipenv --version && node -v && npm -v && yarn --version"
|
||||
|
||||
Reference in New Issue
Block a user