Skip to content
Snippets Groups Projects
Commit 7446f4d2 authored by Jason R Laura's avatar Jason R Laura
Browse files

moved out of conda env entirely

parent 51801c8b
No related branches found
No related tags found
No related merge requests found
......@@ -34,16 +34,18 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda install conda
- conda env create
- source activate plio
# Install not using env because build needs to be in root env
- conda install -c conda-forge gdal h5py
- conda install pandas sqlalchemy pyyaml
- pip install pvl protobuf==3.0.0.b2
# Development installation
- conda install nose coverage
- pip install coveralls
# Install sh and binstar to support upload to Anaconda
- conda install sh anaconda-client
- conda install sh anaconda-client conda
script:
- nosetests --with-coverage --cover-package=plio
......
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