From a3e61068e34464729c9e4519caaf980ef8b4e3e7 Mon Sep 17 00:00:00 2001 From: palewire Date: Wed, 5 Oct 2016 15:47:27 -0700 Subject: [PATCH] Trim travis config --- .travis.yml | 8 -------- requirements.txt | 1 - 2 files changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 648d0df..38224a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,12 @@ language: python sudo: false -cache: - directories: - - $HOME/.cache/pip python: - "2.7" - "3.5" env: - DJANGO_VERSION=1.9.10 - DJANGO_VERSION=1.10.2 -matrix: - exclude: - - python: "3.5" - env: "DJANGO_VERSION=1.7.11" install: - - export XDG_CACHE_HOME=$HOME/.cache/ - pip install -q Django==$DJANGO_VERSION - pip install -r requirements.txt script: diff --git a/requirements.txt b/requirements.txt index 071929c..6480e1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -Django PyYAML coverage greeking