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 cf80e1f commit 21ea1ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ addons:
- python3-dev

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

r_packages:
Expand All @@ -40,13 +40,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]
- cd ../python; pip install --user -q .[test,doc]
- python setup.py test
- cd doc; make html

Expand Down

0 comments on commit 21ea1ec

Please sign in to comment.