From a1f22945d79fc045d11b34407bd818eca371a72f Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 30 May 2012 23:12:53 -1000 Subject: [PATCH] screw python 2.5 --- .travis.yml | 1 - test.py | 1 - vcr/files.py | 1 - 3 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f715641..dd9c9e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.5 - 2.6 - 2.7 install: pip install -r requirements.txt --use-mirrors diff --git a/test.py b/test.py index 6cdfec9..8e72e34 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,3 @@ -from __future__ import with_statement import os import unittest import vcr diff --git a/vcr/files.py b/vcr/files.py index 3864ccf..89220ec 100644 --- a/vcr/files.py +++ b/vcr/files.py @@ -1,4 +1,3 @@ -from __future__ import with_statement import os import yaml