Skip to content

Commit 071b97a

Browse files
committed
update asv conf
1 parent b02523a commit 071b97a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

asv_benchmarking/asv.conf.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// List of branches to benchmark. If not provided, defaults to "master"
1717
// (for git) or "tip" (for mercurial).
18-
"branches": ["master", "prep094rc2"], // for git
18+
"branches": ["master"], // for git
1919
// "branches": ["tip"], // for mercurial
2020

2121
// The DVCS being used. If not set, it will be automatically
@@ -36,15 +36,17 @@
3636

3737
// The Pythons you'd like to test against. If not provided, defaults
3838
// to the current version of Python used to run `asv`.
39-
"pythons": ["2.7", "3.5"],
39+
"pythons": ["2.7", "3.6"],
4040

4141
// The matrix of dependencies to test. Each key is the name of a
4242
// package (in PyPI) and the values are version numbers. An empty
4343
// list indicates to just test against the default (latest)
4444
// version.
45-
// "matrix": {
46-
// "pip+emcee": [],
47-
// },
45+
"matrix": {
46+
"pip+emcee": [""],
47+
"scipy": ["0.18", "0.19"],
48+
"six": ["1.10.0"],
49+
},
4850

4951
// The directory (relative to the current directory) that benchmarks are
5052
// stored in. If not provided, defaults to "benchmarks"

0 commit comments

Comments
 (0)