Skip to content
Snippets Groups Projects
Commit c0508cd7 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update appveyor.yml

parent 48d35798
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,9 @@ install: ...@@ -22,7 +22,9 @@ install:
- cmd: conda config --add channels conda-forge - cmd: conda config --add channels conda-forge
- cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py
- cmd: conda install conda-build anaconda-client pytest-cov - cmd: conda install conda-build anaconda-client pytest-cov
- cmd: pip install --upgrade pip setuptools # https://pythonhosted.org/CodeChat/appveyor.yml.html
- cmd: python -m pip install -U pip
- cmd: python -m easy_install -U setuptools
build_script: build_script:
- cmd: python setup.py install - cmd: python setup.py install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment