We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92ba32 commit abf7813Copy full SHA for abf7813
2 files changed
setup.py
@@ -34,7 +34,7 @@ def run_tests(self):
34
'Operating System :: POSIX',
35
'Programming Language :: Python',
36
'Programming Language :: Python :: 2.7',
37
- 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.6',
38
'License :: OSI Approved :: MIT License'
39
],
40
keywords="AWS Lambda",
wercker.yml
@@ -26,6 +26,11 @@ build-py2:
26
code: |
27
python setup.py sdist bdist_wheel
28
29
+ - script:
30
+ name: test
31
+ code: |
32
+ python setup.py test
33
+
build-py3:
box: python:3.6-slim
steps:
@@ -49,6 +54,11 @@ build-py3:
49
54
50
55
51
56
57
58
59
60
61
52
62
deploy:
53
63
pypi:
64
- script:
0 commit comments