Skip to content

Commit bd0f4e1

Browse files
committed
Enable Python 3.6 for testing
1 parent 8ed3ad2 commit bd0f4e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cache:
66

77
python:
88
- "3.5"
9+
- "3.6"
910
- "2.7"
1011

1112
install: pip install -r requirements-test.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35
2+
envlist = py27, py35, py36
33

44
[testenv]
55
setenv =

0 commit comments

Comments
 (0)