Skip to content

Commit 232f708

Browse files
committed
add python 3.4 to travis ci
1 parent bbd9d5a commit 232f708

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7+
- "3.4"
78
# command to install dependencies
89
install:
910
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi

0 commit comments

Comments
 (0)