You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
More travis versions
This commit is contained in:
@@ -4,10 +4,11 @@ sudo: false
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
- '3.5'
|
- '3.5'
|
||||||
|
- '3.2.6'
|
||||||
- '2.7.11'
|
- '2.7.11'
|
||||||
|
- '3.3.5'
|
||||||
- '2.6'
|
- '2.6'
|
||||||
- '3.4'
|
- '3.4'
|
||||||
- '3.2'
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
@@ -20,4 +21,3 @@ script:
|
|||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- data-driven-pytest
|
- data-driven-pytest
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@ entry_points={
|
|||||||
]}
|
]}
|
||||||
ftp_url = None
|
ftp_url = None
|
||||||
install_requires = ['spark-parser >= 1.2.1',
|
install_requires = ['spark-parser >= 1.2.1',
|
||||||
'xdis >= 1.0.1']
|
'xdis >= 1.0.2']
|
||||||
license = 'MIT'
|
license = 'MIT'
|
||||||
mailing_list = 'python-debugger@googlegroups.com'
|
mailing_list = 'python-debugger@googlegroups.com'
|
||||||
modname = 'uncompyle6'
|
modname = 'uncompyle6'
|
||||||
|
Reference in New Issue
Block a user