Skip to content

Commit

Permalink
Merge 5a2c659 into f3a4372
Browse files Browse the repository at this point in the history
  • Loading branch information
dnouri committed May 23, 2019
2 parents f3a4372 + 5a2c659 commit b502ad9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -10,15 +10,17 @@ matrix:
env:
- TRAVIS=yes
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda3-4.3.31-Linux-x86_64.sh -O miniconda.sh
- pip install -U pip && pip --version
- wget https://repo.anaconda.com/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
- conda config --set always_yes yes --set changeps1 no
- conda install -q --yes -c r rpy2 r-randomforest tzlocal
- conda install -q python=$TRAVIS_PYTHON_VERSION --file requirements.txt
- conda update -q conda
- pip install coveralls
install:
- conda install -q python=$TRAVIS_PYTHON_VERSION --file requirements.txt
- travis_retry python setup.py dev
script:
- travis_wait py.test --runslow
Expand Down

0 comments on commit b502ad9

Please sign in to comment.