Skip to content

Commit

Permalink
Merge pull request #40 from KrishnaswamyLab/dev
Browse files Browse the repository at this point in the history
scprep v0.12.0
  • Loading branch information
scottgigante committed Apr 14, 2019
2 parents 95277c6 + 4417ae6 commit b70b7d6
Show file tree
Hide file tree
Showing 42 changed files with 1,410 additions and 3,080 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Expand Up @@ -14,14 +14,28 @@
- libhdf5-dev
- ffmpeg
- pandoc
- gfortran
- libblas-dev
- liblapack-dev

cache:
- pip
- apt
- directories:
- $HOME/R/Library

install:
- python setup.py install

before_script:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
- echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial-cran35/" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install r-base-core -y
- export R_LIBS_USER="$HOME/R/Library"
- echo ".libPaths(c('$R_LIBS_USER', .libPaths()))" >> $HOME/.Rprofile
- Rscript travis_setup.R

script:
- pip install -U .[test]
- python setup.py test
Expand Down
Binary file added data/test_data/test_10X/matrix.mtx.gz
Binary file not shown.
Binary file added data/test_data/test_10X_cellranger3.h5
Binary file not shown.
File renamed without changes.

0 comments on commit b70b7d6

Please sign in to comment.