From 939246cf3df91436ec309a5d0476f0bbca570671 Mon Sep 17 00:00:00 2001 From: "Pete R. Jemian" Date: Sat, 18 Jul 2020 12:29:10 -0500 Subject: [PATCH] CI #370 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e8a49bed6..e6a14a9e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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