From 9862da2005be6443f66fd234377841e2841a5db8 Mon Sep 17 00:00:00 2001 From: ctokheim Date: Sun, 21 May 2017 11:13:23 -0400 Subject: [PATCH] travis ci install pysam from conda --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b76112c..693d3e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy nose cython pandas - source activate test-environment -- pip install git+git://github.com/pysam-developers/pysam.git@v0.9.0 +- conda install -c bioconda pysam - make cython-build script: make tests deploy: