From 254b6282001f8cbf2adc84fad06cbe7c672e987a Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Thu, 21 Feb 2013 22:13:37 +0100 Subject: [PATCH] Disable Travis integration for now, as it's too noisy with all rewrites that are being done --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .travis.yml 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