Skip to content
Snippets Groups Projects
Commit f9c40b30 authored by Jay's avatar Jay
Browse files

Missing env

parent ccd3b291
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ before_install: ...@@ -31,6 +31,7 @@ before_install:
install: install:
# Create the env # Create the env
- echo $PYTHON_VERSION
- conda create --yes -n test python=$PYTHON_VERSION - conda create --yes -n test python=$PYTHON_VERSION
- source activate test - source activate test
...@@ -38,7 +39,7 @@ install: ...@@ -38,7 +39,7 @@ install:
- conda config --add channels jlaura - conda config --add channels jlaura
- conda install -c conda-forge gdal h5py - conda install -c conda-forge gdal h5py
- conda install pandas sqlalchemy pyyaml networkx affine protobuf - conda install pandas sqlalchemy pyyaml networkx affine protobuf
- conda install -c jlaura pvlf - conda install -c jlaura pvl
# Development installation # Development installation
- conda install pytest pytest-cov sh anaconda-client - conda install pytest pytest-cov sh anaconda-client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment