From 2cc0e972df81cd7e8025d27e36e5378a319d0ea6 Mon Sep 17 00:00:00 2001
From: Jason R Laura <jlaura@igswzawglt-mjay.local>
Date: Wed, 8 Jun 2016 20:03:34 -0700
Subject: [PATCH] setting env variables

---
 .travis.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 596d354..f94cb55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,12 @@ branches:
 only:
   - master
 
+env:
+  global:
+    - BINSTAR_USER: jlaura
+  matrix:
+    - PYTHON_VERSION: 3.5
+
 os: 
   - linux
   - osx
@@ -21,7 +27,7 @@ install:
         wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
       fi
     else
-      if ["$TRAVIS_PYTHON_VERSION" == "2.7"]; then
+      if ["$TRAVIS_PYTHON_VERSION" == "3.5"]; then
         curl -o miniconda.sh  https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh;
       else
         curl -o miniconda.sh  https://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh;
-- 
GitLab