@@ -1,7 +0,0 @@
-language: python
-python:
- - "2.7"
-# command to install dependencies
-install: "pip install -r requirements.txt --use-mirrors"
-# command to run tests
-script: python manage.py test