From f1be2e324e7a3c3e25657a3837cfcdff87bea06a Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 25 Nov 2013 22:52:58 +0100 Subject: [PATCH] Fixed travis yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4517bc..08f90b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.7" - "3.3" install: - - "pip install Django==1.6 + - "pip install Django==1.6" - "pip install -e ." script: coverage run --rcfile=.coverage.rc runtests.py