diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1cdde47..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python -python: - - "2.6" - - "2.7" -# command to install dependencies -install: pip install -r requirements.txt -# command to run tests -script: python manage.py test core api pins