From 8e2c6aaa968621d460e66364acde335df153aeaa Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 27 May 2016 19:24:39 -0400 Subject: [PATCH] More travis versions --- .travis.yml | 4 ++-- __pkginfo__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32ba1398..f14afd75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,11 @@ sudo: false python: - '3.5' + - '3.2.6' - '2.7.11' + - '3.3.5' - '2.6' - '3.4' - - '3.2' install: - pip install -r requirements.txt @@ -20,4 +21,3 @@ script: branches: except: - data-driven-pytest - diff --git a/__pkginfo__.py b/__pkginfo__.py index db4ecb49..9442bbf0 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -37,7 +37,7 @@ entry_points={ ]} ftp_url = None install_requires = ['spark-parser >= 1.2.1', - 'xdis >= 1.0.1'] + 'xdis >= 1.0.2'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com' modname = 'uncompyle6'