From 81e40532dcdcf3844d12a08e4a8cd38370b45d17 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Sat, 20 Sep 2014 18:50:22 -0700 Subject: Remove comments in .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa25cb8..47dd046 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ env: - DJANGO="Django==1.3" - DJANGO="Django==1.4.15" -# command to install dependencies install: pip install $DJANGO --use-mirrors -# command to run tests script: django-admin.py test --pythonpath=src/ --settings=shorturls.testsettings -- cgit v1.2.3