adding circle.yml in

This commit is contained in:
phalt 2016-03-05 08:29:26 +00:00
parent 36e8781c68
commit 4729bf2429
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,5 @@
install:
pip install -r requirements.txt --upgrade
pip install -r requirements.txt
setup:
python manage.py migrate --settings=config.local

7
circle.yml Normal file
View file

@ -0,0 +1,7 @@
dependencies:
pre:
- pip install -r requirements.txt
test:
override:
- make test