Skip to content

Instantly share code, notes, and snippets.

@kasvith
Created July 16, 2018 15:00
Show Gist options
  • Save kasvith/f9545c00266467eb7fcb74c68029b852 to your computer and use it in GitHub Desktop.
Save kasvith/f9545c00266467eb7fcb74c68029b852 to your computer and use it in GitHub Desktop.
Production start
test:
image: python:3.7
script:
- python -m unittest
production:
script:
- tar -czvf release.tar.gz *.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment