Skip to content

Commit

Permalink
Simplify travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
camillescott committed Mar 8, 2018
1 parent f937e66 commit a6dd368
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ python:
- "3.5"
- "3.6"
install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-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
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n test python=$TRAVIS_PYTHON_VERSION matplotlib pytest pytest-cov coverage pytest-runner
- source activate test
- python setup.py install
# command to run tests
script: make test

0 comments on commit a6dd368

Please sign in to comment.