File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - " 3.4"
55 - " 3.5"
66install :
7- pip install flake8
7+ - pip install flake8 mock==1.3.0
88script :
99 - flake8 .
1010 - python setup.py test
Original file line number Diff line number Diff line change 1515 raise RuntimeError ('Unable to find version string.' )
1616
1717requires = ['pbr>=1.6.0' ,
18- 'python-jenkins> =0.4.8' ,
18+ 'python-jenkins= =0.4.8' ,
1919 'six>=1.9.0' ]
2020
2121tests_require = ['unittest2==1.1.0' ,
3232 license = 'http://opensource.org/licenses/MIT' ,
3333 classifiers = (
3434 'Natural Language :: English' ,
35+ 'Environment :: Console' ,
36+ 'Intended Audience :: Developers' ,
3537 'Programming Language :: Python' ,
36- 'Programming Language :: Python :: 3' ,
37- 'Programming Language :: Python :: 2' ,
38+ 'Programming Language :: Python :: 2.7' ,
39+ 'Programming Language :: Python :: 3.4' ,
40+ 'Programming Language :: Python :: 3.5' ,
3841 'License :: OSI Approved :: MIT License' ,
3942 ),
4043 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments