-
Notifications
You must be signed in to change notification settings - Fork 11
/
.travis.yml
executable file
·43 lines (37 loc) · 1.19 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
language: python
matrix:
include:
# - os: linux
# dist: trusty
# python: 2.7
- os: linux
dist: Xenial
python: 2.7
# - os: osx
# osx_image: xcode7.3
# language: generic
# env: TOXENV=py27
# - os: osx
# osx_image: xcode8.3
# language: generic
# env: TOXENV=py27
before_install:
- sudo apt-get -qq update
- sudo apt-get install default-jre -y
- chmod +x ./.travis/travis_before_install.sh
- ./.travis/travis_before_install.sh
- export PATH=$HOME/miniconda2/bin:$PATH
- conda update --all --yes
- 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.2 numpy=1.15.4 bedtools sambamba ucsc-bigwigaverageoverbed ucsc-bedgraphtobigwig setuptools bx-python scipy matplotlib jinja2 pandas tqdm weblogo memory_profiler
install: python setup.py install
cache:
directories:
- $HOME/download # add miniconda.sh to TRAVIS cache.
- $HOME/miniconda2
script:
- haystack_hotspots -h
- haystack_download_genome hg19
- haystack_run_test