diff --git a/.travis.yml b/.travis.yml index dbe33d271f3..07e1e8900a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ matrix: - python: "2.7" env: IMAGE_BACKEND=Pillow-SIMD - python: "2.7" - - python: "3.5" + - python: "3.6" env: IMAGE_BACKEND=Pillow-SIMD - - python: "3.5" + - python: "3.6" before_install: - sudo apt-get update