From 6404c86aa5078886b1c92e90fd3ac4af67de1444 Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Mon, 3 Jul 2017 18:22:23 -0400 Subject: [PATCH] Updated Travis testing from Py3.4 -> Py3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96c11c6..982c2b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false # Use container-based infrastructure language: python python: - "2.7" - - "3.4" + - "3.5" before_install: # Commands below copied from: http://conda.pydata.org/docs/travis.html # We do this conditionally because it saves us some downloading if the