renamed api folder

This commit is contained in:
Muneeb Ali
2016-08-15 12:11:31 -04:00
parent 38b2b776b5
commit 37988c6572
174 changed files with 0 additions and 0 deletions

9
api/circle.yml Normal file
View File

@@ -0,0 +1,9 @@
machine:
python:
version: 2.7.9
test:
pre:
- python manage.py init_db
override:
- python unit_tests.py