From a1637f2388919e84bb52bd2f44ba29ae9664cc68 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Mon, 4 Dec 2017 20:33:04 -0700
Subject: [PATCH] Update .travis.yml

---
 .travis.yml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 063e84d..8f0d5d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ sudo: false
 langage: python
 
 branches:
-only:
-  - master
+  only:
+    - master
 
 python:
  - "3.4"
@@ -29,13 +29,11 @@ before_install:
   - conda update -q conda
   # Useful for debugging any issues with conda
   - conda info -a
-
-install:
   # Create the env
-  - echo $TRAVIS_PYTHON_VERSION
   - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
   - source activate test
-
+  
+install:
   - conda config --add channels conda-forge
   - conda config --add channels jlaura
   - conda install -c conda-forge gdal h5py 
@@ -44,8 +42,7 @@ install:
 
   # Development installation
   - conda install pytest  pytest-cov sh anaconda-client
-
-
+  
 script:
   - pytest --cov=plio
 
-- 
GitLab