File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 17
17
# number: 0
18
18
19
19
requirements :
20
+ host :
21
+ - pip
22
+
20
23
build :
21
24
- python >=3.5|2.7.*
22
25
- setuptools
@@ -26,6 +29,12 @@ requirements:
26
29
- setuptools
27
30
- numpy >=1.3
28
31
32
+ test :
33
+ - python >=3.5|2.7.*
34
+ - setuptools
35
+ - numpy >=1.3
36
+ - pytest
37
+
29
38
test :
30
39
# Python imports
31
40
imports :
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ $ACTIVITIES = [
9
9
$
PUSH_TAG_REMOTE = '[email protected] :diffpy/diffpy.utils.git' # Repo to push tags to
10
10
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
11
11
$GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge
12
- $GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
13
12
$CHANGELOG_FILENAME = 'CHANGELOG.rst'
14
13
$CHANGELOG_IGNORE = ['TEMPLATE.rst' ]
14
+ $GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
15
15
16
16
The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils).
17
17
""" # release message
Original file line number Diff line number Diff line change 12
12
13
13
# Use this version when git data are not available, like in git zip archive.
14
14
# Update when tagging a new release.
15
- FALLBACK_VERSION = '3.1 .0'
15
+ FALLBACK_VERSION = '3.2 .0'
16
16
17
17
# versioncfgfile holds version data for git commit hash and date.
18
18
# It must reside in the same directory as version.py.
You can’t perform that action at this time.
0 commit comments