chore: ouput pipenv version on travis

This commit is contained in:
Nikolai R Kristiansen
2018-05-09 21:21:46 +02:00
parent 8edf73402e
commit 4e46175bc2

View File

@@ -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"