ContinuumIO / earthio

Data reader utilities for machine learning on satellite imagery and Earth science data
32 stars 17 forks source link

Pkging and Travis CI changes #6

Closed PeterDSteinberg closed 7 years ago

PeterDSteinberg commented 7 years ago

Squash the changes of PR #5.

PeterDSteinberg commented 7 years ago

Testing this PR locally with:

PYTHON_TEST_VERSION=3.6 ELM_EXAMPLE_DATA_PATH=`pwd`/../elm-data   . build_earthio_env.sh && py.test

or with -m "not slow" after py.test to run just the faster tests.

PeterDSteinberg commented 7 years ago

The Python 3.5 and 3.6 based tests are passing for this PR #6 but the Python 2.7 is failing due to the NetCDF bug in #7 . Issue #7 to be addressed in separate PR so we can release elm by ca. Wednesday.