File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run_tests(self):
3434 'Operating System :: POSIX' ,
3535 'Programming Language :: Python' ,
3636 'Programming Language :: Python :: 2.7' ,
37- 'Programming Language :: Python :: 3.7 ' ,
37+ 'Programming Language :: Python :: 3.6 ' ,
3838 'License :: OSI Approved :: MIT License'
3939 ],
4040 keywords = "AWS Lambda" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ build-py2:
2626 code : |
2727 python setup.py sdist bdist_wheel
2828
29+ - script :
30+ name : test
31+ code : |
32+ python setup.py test
33+
2934build-py3 :
3035 box : python:3.6-slim
3136 steps :
@@ -49,6 +54,11 @@ build-py3:
4954 code : |
5055 python setup.py sdist bdist_wheel
5156
57+ - script :
58+ name : test
59+ code : |
60+ python setup.py test
61+
5262deploy :
5363 pypi :
5464 - script :
You can’t perform that action at this time.
0 commit comments