From c44d6874dc21bdbdb55e3c368dc5ef0414b19f51 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 5 Mar 2019 12:30:22 +0000 Subject: [PATCH] Update travis for python 3 as well as python 2 Now that we have #95 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39358c7..6d9f699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,6 @@ group: travis_latest language: python cache: pip matrix: - allow_failures: - # Python 3 tests are failing due to an import error - - python: 3.6 include: - python: 2.7 #- python: 3.4