Skip to content

Commit

Permalink
update asv conf
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed May 30, 2017
1 parent b02523a commit 071b97a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions asv_benchmarking/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "tip" (for mercurial).
"branches": ["master", "prep094rc2"], // for git
"branches": ["master"], // for git
// "branches": ["tip"], // for mercurial

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

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

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

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

0 comments on commit 071b97a

Please sign in to comment.