From d79f221452e2bcfa36cdc23d5d21cc933378a12c Mon Sep 17 00:00:00 2001
From: jay <jlaura@asu.edu>
Date: Fri, 17 Nov 2017 09:01:30 -0700
Subject: [PATCH] Bumping to Py3.6

---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f1d26c7..273245d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,6 @@ only:
 env:
   global:
     - BINSTAR_USER: jlaura
-  matrix:
-    - PYTHON_VERSION: 3.5
 
 os:
   - linux
@@ -61,7 +59,7 @@ install:
 
 
 script:
-  - pytest --cov=plio 
+  - pytest --cov=plio
   # After test success, package and upload to Anaconda
   - ~/miniconda/bin/python condaci.py build ./conda
 
-- 
GitLab