We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4f592 commit 8b3edc8Copy full SHA for 8b3edc8
1 file changed
meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: griddataformats
3
- version: "0.4.0"
+ version: "0.4.2"
4
5
source:
6
path: .
@@ -29,17 +29,16 @@ test:
29
- gridData
30
31
requires:
32
- # Put any additional test requirements here. For example
33
- - nose
+ - pytest
34
35
files:
36
- gridData/tests
37
38
commands:
39
- - nosetests gridData
+ - pytest gridData
40
41
about:
42
- home: http://mdanalysis.org/GridDataFormats
+ home: https://www.mdanalysis.org/GridDataFormats
43
license: LGPLv3
44
license_file: COPYING.LESSER
45
summary: 'GridDataFormats provides the Python package gridData'
0 commit comments