File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
33 - " 2.7"
4- - " pypy"
54before_install :
6- - pip install --upgrade flake8 pytest coveralls
5+ - pip install --upgrade flake8==3.9.2 pytest==4.6.11 pytest-runner==5.2 coveralls==1.10.0
76 - flake8 .
87install :
98 - pip install .
Original file line number Diff line number Diff line change 1- __version__ = '0.3.9 '
1+ __version__ = '0.3.10 '
Original file line number Diff line number Diff line change 77setup (
88 name = 'restea' ,
99 packages = ['restea' , 'restea.adapters' ],
10- version = '0.3.9 ' ,
10+ version = '0.3.10 ' ,
1111 description = 'Simple RESTful server toolkit' ,
1212 long_description = readme_content ,
1313 author = 'Walery Jadlowski' ,
1717 install_requires = [
1818 'future==0.16.0' ,
1919 ],
20- setup_requires = [
21- 'pytest-runner' ,
22- ],
2320 tests_require = [
24- 'pytest' ,
25- 'pytest-cov' ,
26- 'pytest-mock' ,
21+ 'pytest==4.6.11' ,
22+ 'pytest-cov==2.12.0' ,
23+ 'pytest-mock==2.0.0' ,
24+ 'mock==3.0.5' ,
2725 ],
2826 license = 'MIT' ,
2927 classifiers = [
You can’t perform that action at this time.
0 commit comments