Skip to content

Commit

Permalink
updated jenkins tests and reqs to show errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akmorrow13 committed Aug 17, 2020
1 parent 12b77f9 commit 3078c53
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
3 changes: 1 addition & 2 deletions mango-python/Makefile
Expand Up @@ -124,9 +124,8 @@ check_build_reqs:


prepare:
$(pip) install pytest==3.9.1
which $(pip)
# ipython version required for python 2.7
$(pip) install jupyter_contrib_nbextensions
$(pip) install -r requirements.txt


Expand Down
2 changes: 2 additions & 0 deletions mango-python/requirements.txt
Expand Up @@ -6,3 +6,5 @@ bdgenomics.adam==0.30.0
bdgenomics.mango.pileup==0.0.6a0
ipywidgets==7.0.0
psutil
pytest==3.9.1
jupyter_contrib_nbextensions
35 changes: 33 additions & 2 deletions scripts/jenkins-test
Expand Up @@ -220,11 +220,42 @@ do
source activate mango-build-${PYTHON_UUID}
set -x -v

# install npm and node in the venv for mango-pileup
conda install -y nodejs

which python
python -h

# install npm and node in the venv for mango-pileup
conda install -y nodejs
pip install cigar==0.1.3
python -h

pip install matplotlib==2.0.2
python -h

pip install ipython==7.8.0
python -h

pip install jupyter==1.0.0
python -h

pip install bdgenomics.adam==0.30.0
python -h

pip install bdgenomics.mango.pileup==0.0.6a0
python -h

pip install ipywidgets==7.0.0

python -h
pip install psutil
python -h

pip install pytest==3.9.1
python -h

pip install jupyter_contrib_nbextensions

python -h

# prepare mango python
pushd mango-python
Expand Down

0 comments on commit 3078c53

Please sign in to comment.