Commit c1921736 authored by acpaquette's avatar acpaquette
Browse files

Merge pull request #1 from acpaquette/config

Config
parents cfbcb66b af123513
Loading
Loading
Loading
Loading
+11 −0
Changes for .coveragerc: 11 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -5,7 +5,18 @@ omit =
    autocnet/fileio/ControlNetFileV0002_pb2.py
    autocnet/vis/graph_view.py
    autocnet/fileio/sqlalchemy_json/*
    autocnet/fileio/io_multibandimager.py
    autocnet/fileio/io_moon_minerology_mapper.py
    autocnet/fileio/header_parser.py
    autocnet/fileio/io_ccs.py
    autocnet/fileio/io_jsc.py
    autocnet/fileio/io_edr.py
    autocnet/fileio/lookup.py
    autocnet/fileio/utils.py
    autocnet/utils/folds.py
    autocnet/spectral/*
    bin/*
    */tests/*
exclude_lines =
    pragma: no cover
    def __repr__
+2 −2
Changes for .travis.yml: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ install:
  - conda info -a

  # Create a virtual env and install dependencies
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose numpy pillow scipy pandas networkx scikit-image sqlalchemy numexpr dill
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose numpy pillow scipy pandas networkx scikit-image sqlalchemy numexpr dill cython pyyaml
  # Activate the env
  - source activate test-env

  # Install the non-conda packages if required, requirements.txt duplicates are ignored
  - conda install -c https://conda.anaconda.org/jlaura opencv3=3.0.0
  - conda install -c https://conda.anaconda.org/anaconda gdal
  - conda install -c https://conda.anaconda.org/jlaura h5py gdal
  - conda install -c osgeo proj4
  - conda upgrade numpy
  - pip install -r requirements.txt
+1 −0
Changes for AUTHORS.rst: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ Development Team
* Jeannie Backer <jwbacker@usgs.gov>
* Dyer Lytle <dmlytle@usgs.gov>
* Kelvin Rodriguez <krodriguez@usgs.gov>
* Adam Paquette <acpaquette@usgs.gov>

Contributors
------------
+6 −0
Changes for autocnet/examples/Apollo15/adjacency.lis: 6 added lines, 0 removed lines.
Original line number Diff line number Diff line
AS15-M-0295_SML.png
AS15-M-0296_SML.png
AS15-M-0297_SML.png
AS15-M-0298_SML.png
AS15-M-0299_SML.png
AS15-M-0300_SML.png
Loading