From f9c8420c601e08503d3fd31921972363d50a0413 Mon Sep 17 00:00:00 2001 From: Allen Goodman Date: Mon, 20 Jul 2020 14:37:26 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 605c49e..3c153da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python python: -- 2.7 -- 3.5 -- 3.6 +- 3.8 sudo: false notifications: email: false @@ -21,7 +19,7 @@ deploy: secure: Z88A/qARvvwFdogCnwiybg9g8+FTiJmTKh4rkfoOkFJP02dirWC3lDf8ZEUGo8Uk9QgO+M9BhcJR6vy7STGHYuVF+xC3lz9nuIQj39JkGfHOdy2aUOwiNQLES6jVGEzhJdDv4mJ5Wg481m0ZFGFxzjnAkpVBR2wxCyN80hcOXPc= distributions: "sdist bdist_wheel" on: - python: 2.7 + python: 3.8 tags: true repo: CellProfiler/python-bioformats skip_cleanup: true