mirror of
https://github.com/kennethreitz-archive/args.git
synced 2026-06-05 07:06:16 +00:00
no 2.6
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
install:
|
||||
|
||||
@@ -9,10 +9,7 @@ import os
|
||||
import sys
|
||||
from sys import argv
|
||||
from glob import glob
|
||||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from ordereddict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
|
||||
# Python 3
|
||||
if sys.version_info[0] == 3:
|
||||
|
||||
Reference in New Issue
Block a user