diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-07-06 08:23:13 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-07-06 08:23:13 +1000 |
| commit | f12ca2299936da5b2376b7728a87812cdac0b13b (patch) | |
| tree | 615c1f7f0eab7755eba181c2eebc13d4f3b7a1f5 | |
| parent | f0480c26a8770c37878b7f04b36058170ea7c22d (diff) | |
travis: 3.7 support
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 11a9bfd..1db0dbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ matrix: python: 3.5 - os: linux python: 3.6 + - os: linux + python: 3.7 before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi |
