Loading .travis.yml +5 −8 Original line number Diff line number Diff line Loading @@ -29,13 +29,11 @@ before_install: - conda update -q conda # Useful for debugging any issues with conda - conda info -a install: # Create the env - echo $TRAVIS_PYTHON_VERSION - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION - source activate test install: - conda config --add channels conda-forge - conda config --add channels jlaura - conda install -c conda-forge gdal h5py Loading @@ -45,7 +43,6 @@ install: # Development installation - conda install pytest pytest-cov sh anaconda-client script: - pytest --cov=plio Loading Loading
.travis.yml +5 −8 Original line number Diff line number Diff line Loading @@ -29,13 +29,11 @@ before_install: - conda update -q conda # Useful for debugging any issues with conda - conda info -a install: # Create the env - echo $TRAVIS_PYTHON_VERSION - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION - source activate test install: - conda config --add channels conda-forge - conda config --add channels jlaura - conda install -c conda-forge gdal h5py Loading @@ -45,7 +43,6 @@ install: # Development installation - conda install pytest pytest-cov sh anaconda-client script: - pytest --cov=plio Loading