Skip to content
Snippets Groups Projects
Unverified Commit 7d23cbc8 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent a1637f23
No related branches found
No related tags found
No related merge requests found
sudo: false
langage: python langage: python
sudo: false
branches: branches:
only: only:
- master - master
python:
- "3.4"
- "3.5"
- "3.6"
os: os:
- linux - linux
- osx - osx
python:
- "3.4"
- "3.5"
- "3.6"
before_install: before_install:
# We do this conditionally because it saves us some downloading if the # We do this conditionally because it saves us some downloading if the
# version is the same. # version is the same.
...@@ -30,7 +28,7 @@ before_install: ...@@ -30,7 +28,7 @@ before_install:
# Useful for debugging any issues with conda # Useful for debugging any issues with conda
- conda info -a - conda info -a
# Create the env # Create the env
- conda create --yes -n test python=$TRAVIS_PYTHON_VERSION - conda create -q -n test python=$TRAVIS_PYTHON_VERSION
- source activate test - source activate test
install: install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment