Skip to content

Commit 115628c

Browse files
committed
Add python 3.6 to travis config
1 parent 43bc225 commit 115628c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- "3.3"
77
- "3.4"
88
- "3.5"
9+
- "3.6"
910
# command to install dependencies
1011
install:
1112
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi

0 commit comments

Comments
 (0)