forked from Perseudonymous/datapoint-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconda.yaml
More file actions
41 lines (34 loc) · 811 Bytes
/
conda.yaml
File metadata and controls
41 lines (34 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{% set version = "0.2.3" %}
package:
name: datapoint-python
version: {{version}}
source:
# git_url: https://github.com/jacobtomlinson/datapoint-python.git
# git_rev: v{{version}}
path: .
build:
script: python setup.py install
number: 1
requirements:
build:
- python
- setuptools
run:
- python
- requests #==2.3.0
- appdirs # Currently available in channel "faph"
- pytz
test:
imports:
- datapoint
requires:
- nose
- pylint <1.4 # [py26]
- pylint # [not py26]
commands:
- pylint -E datapoint
- nosetests -w $RECIPE_DIR/tests/unit
# Integration tests need the API_KEY
about:
home: https://github.com/jacobtomlinson/datapoint-python
license: TBC