From 4d2abcb395bfdabe66399f5eb2e74f0a8cec29bf Mon Sep 17 00:00:00 2001 From: Sergey Feldman Date: Wed, 19 Jun 2019 16:07:53 -0700 Subject: [PATCH] Update travis The newest sklearn with `IterativeImputer` doesn't support 2.7 so neither should we! --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5902528..5d77fe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ env: - CUDA_VISIBLE_DEVICES="" matrix: include: - - python: 2.7 - python: 3.6 before_install: # Commands below copied from: http://conda.pydata.org/docs/travis.html