Loading .travis.yml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ env: - PYTHON_VERSION=3.6 HAS_GDAL=false - PYTHON_VERSION=3.7 HAS_GDAL=true - PYTHON_VERSION=3.7 HAS_GDAL=false - PYTHON_VERSION=3.8 HAS_GDAL=true - PYTHON_VERSION=3.8 HAS_GDAL=false before_install: # We do this conditionally because it saves us some downloading if the # version is the same. Loading appveyor.yml +4 −3 Original line number Diff line number Diff line Loading @@ -9,11 +9,12 @@ platform: environment: matrix: - PYTHON: "C:\\Miniconda36-x64\\Scripts\\activate.bat" - PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat" PYTHON_VERSION: 3.6 - PYTHON: "C:\\Miniconda37-x64\\Scripts\\activate.bat" - PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat" PYTHON_VERSION: 3.7 - PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat" PYTHON_VERSION: 3.8 configuration: - Release Loading setup.py +4 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): setup( name = "plio", version = '1.2.2', version = '1.2.4', author = "Jay Laura", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading Loading @@ -39,11 +39,9 @@ def setup_package(): "Development Status :: 3 - Alpha", "Topic :: Utilities", "License :: Public Domain", 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', ], ) Loading Loading
.travis.yml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ env: - PYTHON_VERSION=3.6 HAS_GDAL=false - PYTHON_VERSION=3.7 HAS_GDAL=true - PYTHON_VERSION=3.7 HAS_GDAL=false - PYTHON_VERSION=3.8 HAS_GDAL=true - PYTHON_VERSION=3.8 HAS_GDAL=false before_install: # We do this conditionally because it saves us some downloading if the # version is the same. Loading
appveyor.yml +4 −3 Original line number Diff line number Diff line Loading @@ -9,11 +9,12 @@ platform: environment: matrix: - PYTHON: "C:\\Miniconda36-x64\\Scripts\\activate.bat" - PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat" PYTHON_VERSION: 3.6 - PYTHON: "C:\\Miniconda37-x64\\Scripts\\activate.bat" - PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat" PYTHON_VERSION: 3.7 - PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat" PYTHON_VERSION: 3.8 configuration: - Release Loading
setup.py +4 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): setup( name = "plio", version = '1.2.2', version = '1.2.4', author = "Jay Laura", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading Loading @@ -39,11 +39,9 @@ def setup_package(): "Development Status :: 3 - Alpha", "Topic :: Utilities", "License :: Public Domain", 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', ], ) Loading