From 7d23cbc8ea6bd744ebc25af62f9a688ac935cf78 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Mon, 4 Dec 2017 20:41:05 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f0d5d6..0af40af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,17 @@ -sudo: false langage: python +sudo: false branches: only: - master - -python: - - "3.4" - - "3.5" - - "3.6" - os: - linux - osx - + +python: + - "3.4" + - "3.5" + - "3.6" before_install: # We do this conditionally because it saves us some downloading if the # version is the same. @@ -30,7 +28,7 @@ before_install: # Useful for debugging any issues with conda - conda info -a # Create the env - - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION + - conda create -q -n test python=$TRAVIS_PYTHON_VERSION - source activate test install: -- GitLab