Skip to content

Commit

Permalink
Travis: Move statsmodels to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Dec 11, 2018
1 parent fb79ff9 commit b9721bf
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 @@ -47,8 +47,8 @@ before_install:
#- sudo ln -s /run/shm /dev/shm

install:
- pip install -U pip numpy scipy pandas numba sympy ipython
- conda install --yes nose python=$TRAVIS_PYTHON_VERSION pytables statsmodels
- pip install -U pip numpy scipy pandas numba sympy ipython statsmodels
- conda install --yes nose python=$TRAVIS_PYTHON_VERSION pytables
# To Install Full Anaconda Stack (conda install --yes python=$TRAVIS_PYTHON_VERSION anaconda)
- pip install coveralls coverage
- python setup.py install
Expand Down

0 comments on commit b9721bf

Please sign in to comment.