From 97edcfbe3f1e8ec8dc21204f07f93c0100556878 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Tue, 1 May 2018 16:13:09 +0200 Subject: [PATCH] Drop Python 3.4 support [travis] pandas no longer has wheels for Py-3.4, so we can't pip-install. We require pandas for serialization/deserialization, which is an essential (not optional) feature. Therefore we can no longer support 3.4. Also, MDTraj doesn't test against 3.4 anyway. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90bc771..03cc830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - '3.6' - '2.7' - - '3.4' - '3.5' branches: @@ -27,8 +26,6 @@ env: matrix: exclude: - - env: MDTRAJ="dev" - python: "3.4" - env: MDTRAJ="dev" python: "3.5"