1
0
Fork 0

added initial ci conf

This commit is contained in:
Attilio Borello 2017-05-04 15:23:04 +02:00
parent 840c131a98
commit b6916d2f8c
3 changed files with 29 additions and 0 deletions

7
.semaphoreci/setup.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
pip install --user -r requirements.txt
make pull-images
make validate