Skip to content

Commit

Permalink
install --user
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Feb 1, 2019
1 parent 32d09b3 commit bf93897
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addons:
- python3-dev

before_install:
- pip install -q phate
- pip install --user -q phate
- R -e "devtools::install_github(repo = 'satijalab/seurat', ref = 'release/3.0')"

r_packages:
Expand All @@ -39,14 +39,13 @@ r_packages:
- viridis

install:
- cd python; pip install -q .; cd ..
- cd python; pip install --user -q .; cd ..
- cd ../Rmagic; R CMD INSTALL .; cd ..

script:
- cd Rmagic; R CMD build .
- R CMD check *tar.gz
- cd ../python; pip install -q .[test,doc]
- pip install -q .[test,doc]
- cd ../python; pip install --user -q .[test,doc]
- python setup.py test
- cd doc; make html

Expand Down

0 comments on commit bf93897

Please sign in to comment.