File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
// List of branches to benchmark. If not provided, defaults to "master"
17
17
// (for git) or "tip" (for mercurial).
18
- "branches" : [" master" , " prep094rc2 " ], // for git
18
+ "branches" : [" master" ], // for git
19
19
// "branches": ["tip"], // for mercurial
20
20
21
21
// The DVCS being used. If not set, it will be automatically
36
36
37
37
// The Pythons you'd like to test against. If not provided, defaults
38
38
// to the current version of Python used to run `asv`.
39
- "pythons" : [" 2.7" , " 3.5 " ],
39
+ "pythons" : [" 2.7" , " 3.6 " ],
40
40
41
41
// The matrix of dependencies to test. Each key is the name of a
42
42
// package (in PyPI) and the values are version numbers. An empty
43
43
// list indicates to just test against the default (latest)
44
44
// version.
45
- // "matrix": {
46
- // "pip+emcee": [],
47
- // },
45
+ "matrix" : {
46
+ "pip+emcee" : [" " ],
47
+ "scipy" : [" 0.18" , " 0.19" ],
48
+ "six" : [" 1.10.0" ],
49
+ },
48
50
49
51
// The directory (relative to the current directory) that benchmarks are
50
52
// stored in. If not provided, defaults to "benchmarks"
You can’t perform that action at this time.
0 commit comments