Added test CI file

This commit is contained in:
Manuel Cortez 2018-12-16 07:23:45 -06:00
parent c2c79ca9ec
commit f31a7b736b

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
production:
type: deploy
script:
- pip install --upgrade -r requirements.txt
- cd src
- python setup.py py2exe