Skip to content

Commit

Permalink
fix pip typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jul 12, 2018
1 parent 390e6c7 commit c553b35
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 @@ -30,8 +30,8 @@ install:
script:
- cd Rmagic; R CMD build .
- travis_wait 30 R CMD check *tar.gz
- cd ../python; $HOME/miniconda2/bin/pip install -e -q .[test,doc]
- $HOME/miniconda3/bin/pip install -e -q .[test,doc]
- cd ../python; $HOME/miniconda2/bin/pip install -q .[test,doc]
- $HOME/miniconda3/bin/pip install -q .[test,doc]
- python2 setup.py test
- python3 setup.py test
- cd doc; make html
Expand Down

0 comments on commit c553b35

Please sign in to comment.