Created
June 6, 2018 03:57
-
-
Save CarlosDomingues/21bc61b8ce8b690d52e5ea2e1f58349d to your computer and use it in GitHub Desktop.
Gitlab CI + pipenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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