You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
More travis versions
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user