-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.travis.yml
29 lines (27 loc) · 1001 Bytes
/
.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
language: python
python:
- "2.7"
before_install:
- ls -l
- sudo apt-get update
#setup conda
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda config --add channels salilab
# Useful for debugging any issues with conda
- conda info -a
# Create test environment and install deps
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION setuptools pip numpy scipy h5py pandas matplotlib seaborn
- source activate test-environment
- conda install imp
install:
- python setup.py install
script:
#- python ./pgs.py --input_config input_config.json --run_mode local --nCores 200 --memMb 800000 --pyflow_dir workflow_test --dry
- cd ./test/
- bash runPgs_workflow_test.sh
- travis_wait 40 bash runPgs_probMat_run_test.sh