diff --git a/.travis.yml b/.travis.yml index 117e5ca..faf479c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,9 @@ matrix: fast_finish: true python: - - "2.7" - - "3.4" - "3.5" - "3.6" + - "3.7" - "nightly" before_install: @@ -43,5 +42,7 @@ jobs: <<: *aio-mixin - python: "3.6" <<: *aio-mixin + - python: "3.7" + <<: *aio-mixin - python: "nightly" <<: *aio-mixin