Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CarlosDomingues/21bc61b8ce8b690d52e5ea2e1f58349d to your computer and use it in GitHub Desktop.
Save CarlosDomingues/21bc61b8ce8b690d52e5ea2e1f58349d to your computer and use it in GitHub Desktop.
Gitlab CI + pipenv
py36:
image: python:3.6
script:
- apt-get update -q -y
- pip install pip -U
- pip install pipenv
- pipenv install
- pipenv run python -m unittest discover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment