From a9789274dab673d2f2d9a754a45dbd821e4a4f84 Mon Sep 17 00:00:00 2001 From: palewire Date: Tue, 22 Jul 2014 11:17:42 -0700 Subject: [PATCH] Updated CI support to drop some older stuff --- .travis.yml | 2 -- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6689715..4924038 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ python: - "3.3" - "3.4" env: - - DJANGO_VERSION=1.2.7 - - DJANGO_VERSION=1.3.7 - DJANGO_VERSION=1.4.10 - DJANGO_VERSION=1.5.4 - DJANGO_VERSION=1.6.4 diff --git a/requirements.txt b/requirements.txt index d9d5b68..3ea07a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ argparse coverage==3.7.1 pep8==1.4.6 py==1.4.19 -pyflakes==0.7.3 +pyflakes python-coveralls==2.4.2 requests==2.2.1 sh==1.09