Skip to content

Commit 2a469d7

Browse files
authored
Merge pull request #1 from broadinstitute/dp
restore missing test input files
2 parents baf4030 + 0cec3e6 commit 2a469d7

19 files changed

+516
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ env:
88
global:
99
- CACHE_DIR="$HOME/misc_cache"
1010
- MINICONDA_DIR="$HOME/miniconda"
11-
- PIP_DIR="$HOME/virtualenv"
1211
- GATK_PATH="$CACHE_DIR"
1312
- PYTHONIOENCODING=UTF8
14-
- PYTEST_ADDOPTS="-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov broad_utils --cov illumina --cov assembly --cov interhost --cov intrahost --cov metagenomics --cov ncbi --cov read_utils --cov kmer_utils --cov reports --cov taxon_filter --cov tools --cov util --cov file_utils"
1513

1614
- DOCKER_REGISTRY="quay.io"
1715
- DOCKER_REPO_PROD="quay.io/broadinstitute/micro-readqc"
@@ -85,6 +83,7 @@ jobs:
8583
stage: test
8684
env:
8785
- TRAVIS_JOB=test_py36_in_docker
86+
- PYTEST_ADDOPTS="-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov broad_utils --cov illumina --cov read_utils --cov reports --cov tools --cov util --cov file_utils"
8887
install:
8988
- DOCKER_TAG=`travis/list-docker-tags.sh | tail -1`
9089
- docker pull $DOCKER_TAG
Binary file not shown.
Binary file not shown.
9.66 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7.29 KB
Binary file not shown.
7.29 KB
Binary file not shown.
8.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)