diff --git a/.travis.yml b/.travis.yml index 0ffc91415ce73b3c83e1d2e987c0c5496e379f87..ddc5e93b0622807f47fc6eecb0dcec109328f10b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ before_install: install: # Create the env + - echo $PYTHON_VERSION - conda create --yes -n test python=$PYTHON_VERSION - source activate test @@ -38,7 +39,7 @@ install: - conda config --add channels jlaura - conda install -c conda-forge gdal h5py - conda install pandas sqlalchemy pyyaml networkx affine protobuf - - conda install -c jlaura pvlf + - conda install -c jlaura pvl # Development installation - conda install pytest pytest-cov sh anaconda-client