Unverified Commit 7d23cbc8 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent a1637f23
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
sudo: false
langage: python
sudo: false

branches:
  only:
    - master
os:
  - linux
  - osx
  
python:
  - "3.4"
  - "3.5"
  - "3.6"

os:
  - linux
  - osx

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: