-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathscore.yaml
63 lines (62 loc) · 1.02 KB
/
score.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
section_order:
- build
- install
- run
- test
install: python setup.py install
build:
pip:
default:
conda: setuptools
python:
default:
conda: python
run:
zstreamz:
default:
conda: zstreamz
bleeding:
pip: 'git+https://github.com/xpdAcq/zstreamz.git#egg=zstreamz'
toolz:
default:
conda: toolz
tornado:
default:
pip: tornado
distributed:
default:
conda: distributed
matplotlib:
default:
conda: matplotlib
grave:
default:
pip: 'git+https://github.com/networkx/grave.git@#egg=grave'
networkx:
default:
conda: networkx
graphviz:
default:
conda: graphviz
python-graphviz:
default:
conda: python-graphviz
test:
pytest:
default:
conda: pytest
flake8:
default:
conda: flake8
codecov:
default:
conda: codecov
coverage:
default:
conda: coverage
pytest-env:
default:
conda: pytest-env
pytest-tornado:
default:
conda: pytest-tornado