Skip to content

Commit

Permalink
try something different
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jul 12, 2018
1 parent 59cd46b commit 390e6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ before_install:
- R -e "install.packages(c('reticulate', 'devtools', 'readr', 'phateR', 'Matrix', 'ggplot2', 'viridis'), quiet=TRUE)"

install:
- cd python; python2 setup.py -q install
- python3 setup.py -q install
- cd python; $HOME/miniconda2/bin/pip install -q .
- $HOME/miniconda3/bin/pip install -q .
- cd ../Rmagic; R CMD INSTALL .; cd ..

script:
Expand Down

0 comments on commit 390e6c7

Please sign in to comment.