Skip to content

Commit 59dcd95

Browse files
authored
Update tox.ini to Python 3.6
Try to fix TravisCI error that Python 3.4 does not exist
1 parent 1ca2830 commit 59dcd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py34
7+
envlist = py27, py36
88

99
[testenv]
1010
commands = echo "run pytest on beaglebone"

0 commit comments

Comments
 (0)