Skip to content

Commit f2c2d2b

Browse files
committed
Add py36 to envlist in tox.ini
Since Lambda is compatible with Python 3.6, I thought that it would be better to test with 3.6
1 parent b092509 commit f2c2d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34,style
2+
envlist = py27,py34,py36,style
33

44
[testenv]
55
install_command = pip install -U {opts} {packages}

0 commit comments

Comments
 (0)