File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1717 # number: 0
1818
1919requirements :
20+ host :
21+ - pip
22+
2023 build :
2124 - python >=3.5|2.7.*
2225 - setuptools
@@ -26,6 +29,12 @@ requirements:
2629 - setuptools
2730 - numpy >=1.3
2831
32+ test :
33+ - python >=3.5|2.7.*
34+ - setuptools
35+ - numpy >=1.3
36+ - pytest
37+
2938test :
3039 # Python imports
3140 imports :
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ $ACTIVITIES = [
99$PUSH_TAG_REMOTE = 'git@github.com:diffpy/diffpy.utils.git' # Repo to push tags to
1010$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
1111$GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge
12- $GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
1312$CHANGELOG_FILENAME = 'CHANGELOG.rst'
1413$CHANGELOG_IGNORE = ['TEMPLATE.rst' ]
14+ $GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
1515
1616The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils).
1717""" # release message
Original file line number Diff line number Diff line change 1212
1313# Use this version when git data are not available, like in git zip archive.
1414# Update when tagging a new release.
15- FALLBACK_VERSION = '3.1 .0'
15+ FALLBACK_VERSION = '3.2 .0'
1616
1717# versioncfgfile holds version data for git commit hash and date.
1818# It must reside in the same directory as version.py.
You can’t perform that action at this time.
0 commit comments