Skip to content

Commit 285057e

Browse files
committed
add python 3.7 to travis
1 parent e2c9043 commit 285057e

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
@@ -7,6 +7,7 @@ python:
77
- "3.4"
88
- "3.5"
99
- "3.6"
10+
- "3.7"
1011
# command to install dependencies
1112
install:
1213
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi

0 commit comments

Comments
 (0)