mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
0343454988
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
8 lines
146 B
YAML
8 lines
146 B
YAML
version: '3'
|
|
services:
|
|
pipenv-tests:
|
|
image: kennethreitz/pipenv-tests
|
|
command: bash /pipenv/run-tests.sh
|
|
volumes:
|
|
- .:/pipenv
|