Skip to content

Commit

Permalink
CI #370
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 18, 2020
1 parent bfa11e0 commit 939246c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install:
# see: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/use-conda-with-travis-ci.html
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- source "$HOME/miniconda/etc/profile.d/conda.sh"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
Expand All @@ -36,6 +37,7 @@ install:
# - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION dep1 dep2 ...
- conda env create -n ${PY_ENV} -f environment.yml
- conda activate ${PY_ENV}
- pip install -r requirements-dev.txt
- python setup.py install
- conda list
- python --version
Expand Down

0 comments on commit 939246c

Please sign in to comment.