Skip to content

Commit 85df99a

Browse files
author
Scott Sanderson
committed
BLD: Run travis tests on python 3.7.
1 parent bc94282 commit 85df99a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
- "3.7"
89

910
before_script:
1011
- pip install tox
@@ -14,3 +15,4 @@ script:
1415
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34; fi
1516
- if [[ $TRAVIS_PYTHON_VERSION = '3.5' ]]; then tox -e py35; fi
1617
- if [[ $TRAVIS_PYTHON_VERSION = '3.6' ]]; then tox -e py36; fi
18+
- if [[ $TRAVIS_PYTHON_VERSION = '3.7' ]]; then tox -e py37; fi

0 commit comments

Comments
 (0)