We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c978fba + d17b81e commit 550b2fdCopy full SHA for 550b2fd
3 files changed
.coveragerc
@@ -2,6 +2,8 @@
2
branch = True
3
source = aodntools
4
omit =
5
+ setup.py
6
+ aodntools/__init__.py
7
examples/*
8
test_aodntools/*
9
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [ '3.5', '3.8' ]
+ python-version: [ '3.8' ]
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up Python ${{ matrix.python-version }}
aodntools/__init__.py
@@ -2,4 +2,3 @@
from ._version import version as __version__
except ImportError:
__version__ = "Unknown/Not Installed"
-__version__ = '0.0.0'
0 commit comments