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:
@@ -1,6 +1,5 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
install: pip install -r requirements.txt --use-mirrors
|
||||
|
||||
1
test.py
1
test.py
@@ -1,4 +1,3 @@
|
||||
from __future__ import with_statement
|
||||
import os
|
||||
import unittest
|
||||
import vcr
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import with_statement
|
||||
import os
|
||||
import yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user