Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Feb 15, 2020
1 parent d17129d commit 0412a37
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ notifications:

# Most of this is from http://conda.pydata.org/docs/travis.html
install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
else
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
fi
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
Expand All @@ -36,6 +32,7 @@ install:

# Base env only needs to cythonize sources; test script takes care of
# everything else.
- conda install numpy ipython scipy pandas
- conda install cython
- conda install coverage
- conda install -c conda-forge coveralls
Expand Down

0 comments on commit 0412a37

Please sign in to comment.