Skip to content

Commit abf7813

Browse files
Try running test
1 parent b92ba32 commit abf7813

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

wercker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2934
build-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+
5262
deploy:
5363
pypi:
5464
- script:

0 commit comments

Comments
 (0)