1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

screw python 2.5

This commit is contained in:
Kevin McCarthy
2012-05-30 23:12:53 -10:00
parent 29a793a0d2
commit a1f22945d7
3 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
language: python
python:
- 2.5
- 2.6
- 2.7
install: pip install -r requirements.txt --use-mirrors

View File

@@ -1,4 +1,3 @@
from __future__ import with_statement
import os
import unittest
import vcr

View File

@@ -1,4 +1,3 @@
from __future__ import with_statement
import os
import yaml