Skip to content

Commit 61c7e4c

Browse files
committed
Merge branch 'master' of github.com:nficano/python-lambda
* 'master' of github.com:nficano/python-lambda: Create setup.py Create .travis.yml
2 parents dc14146 + 6cdef5a commit 61c7e4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
language: python
55

66
env:
7+
- TOXENV=py36
78
- TOXENV=py35
89
- TOXENV=py34
910
- TOXENV=py33

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'Programming Language :: Python :: 3.3',
5151
'Programming Language :: Python :: 3.4',
5252
'Programming Language :: Python :: 3.5',
53+
'Programming Language :: Python :: 3.6',
5354
],
5455
test_suite='tests',
5556
tests_require=test_requirements

0 commit comments

Comments
 (0)