From 5bfa1a56bf024b645e54e00fac556b94c3561900 Mon Sep 17 00:00:00 2001 From: Cyrille Rossant Date: Thu, 27 Oct 2016 12:37:56 +0200 Subject: [PATCH] Fix travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b4fae58..d3877d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ install: - conda update -q conda - conda info -a # Create the environment. + - conda install pyyaml - conda env create python=$TRAVIS_PYTHON_VERSION - source activate phy # Dev requirements