Skip to content

Commit

Permalink
use only >=3.6, add back doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Dec 29, 2021
1 parent c85a559 commit aab5e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
include:
- os: windows-latest
python-version: "3.10"
Expand All @@ -28,4 +28,4 @@ jobs:
python -m pip install requests click python-dateutil sentinelsat>=1.0 pytest responses
- name: Test with pytest
run: |
python -m pytest -v -W=error
python -m pytest -v -W=error --doctest-modules --ignore=eof/__main__.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="sentineleof",
version="0.6.1",
version="0.6.2",
author="Scott Staniewicz",
author_email="scott.stanie@utexas.com",
description="Download precise orbit files for Sentinel 1 products",
Expand Down

0 comments on commit aab5e69

Please sign in to comment.