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):
34
34
'Operating System :: POSIX' ,
35
35
'Programming Language :: Python' ,
36
36
'Programming Language :: Python :: 2.7' ,
37
- 'Programming Language :: Python :: 3.7 ' ,
37
+ 'Programming Language :: Python :: 3.6 ' ,
38
38
'License :: OSI Approved :: MIT License'
39
39
],
40
40
keywords = "AWS Lambda" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ build-py2:
26
26
code : |
27
27
python setup.py sdist bdist_wheel
28
28
29
+ - script :
30
+ name : test
31
+ code : |
32
+ python setup.py test
33
+
29
34
build-py3 :
30
35
box : python:3.6-slim
31
36
steps :
@@ -49,6 +54,11 @@ build-py3:
49
54
code : |
50
55
python setup.py sdist bdist_wheel
51
56
57
+ - script :
58
+ name : test
59
+ code : |
60
+ python setup.py test
61
+
52
62
deploy :
53
63
pypi :
54
64
- script :
You can’t perform that action at this time.
0 commit comments