Skip to content

Commit

Permalink
add assembly to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Dec 10, 2019
1 parent b4c125c commit a9768e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ before_install:
conda config --add channels conda-forge
conda env create -n atlasenv --file atlasenv.yml
fi

install:
- source activate atlasenv
- python setup.py install
- atlas --help
- atlas --version
script:
- N_THREADS=2 ; MEM=7
- .test/dryrun.sh
- .test/test_assembly.sh --resources mem=$MEM java_mem=$MEM --jobs=$N_THREADS --restart-times=2

0 comments on commit a9768e4

Please sign in to comment.