We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe4dc7 commit e08ffd4Copy full SHA for e08ffd4
asv_bench/asv.conf.json
@@ -13,6 +13,10 @@
13
// benchmarked
14
"repo": "..",
15
16
+ // List of branches to benchmark. If not provided, defaults to "master"
17
+ // (for git) or "default" (for mercurial).
18
+ "branches": ["main"],
19
+
20
// The tool to use to create environments. May be "conda",
21
// "virtualenv" or other value depending on the plugins in use.
22
// If missing or the empty string, the tool will be automatically
@@ -25,7 +29,6 @@
25
29
26
30
// The Pythons you'd like to test against. If not provided, defaults
27
31
// to the current version of Python used to run `asv`.
28
- // "pythons": ["2.7", "3.4"],
32
"pythons": ["3.8"],
33
34
// The matrix of dependencies to test. Each key is the name of a
0 commit comments