More travis versions

This commit is contained in:
rocky
2016-05-27 19:24:39 -04:00
parent 4398b5b2e0
commit 8e2c6aaa96
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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'