From f9e05ddec9f3a640eee6944ad180208fd291db36 Mon Sep 17 00:00:00 2001 From: Rick Farouni Date: Wed, 29 Nov 2017 19:35:50 -0500 Subject: [PATCH] update travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 34303b23..20e60f77 100755 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_install: - conda config --add channels defaults - conda config --add channels conda-forge - conda config --add channels bioconda - - conda install --yes python=$TRAVIS_PYTHON_VERSION ghostscript meme=4.11.1 bedtools sambamba ucsc-bigwigaverageoverbed ucsc-bedgraphtobigwig setuptools bx-python numpy scipy matplotlib jinja2 pandas tqdm weblogo memory_profiler + - conda install --yes python=$TRAVIS_PYTHON_VERSION ghostscript meme=4.11.2 bedtools sambamba ucsc-bigwigaverageoverbed ucsc-bedgraphtobigwig setuptools bx-python numpy scipy matplotlib jinja2 pandas tqdm weblogo memory_profiler install: python setup.py install