Skip to content

Commit

Permalink
Update ASV configuration (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Jan 27, 2021
1 parent 02518a3 commit 0dfbd84
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@

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

// The list of conda channel names to be searched for benchmark
// dependency packages in the specified order
"conda_channels": ["defaults"],
"conda_channels": ["conda-forge"],

// The matrix of dependencies to test. Each key is the name of a
// package (in PyPI) and the values are version numbers. An empty
Expand All @@ -72,8 +72,9 @@
// followed by the pip installed packages).
//
"matrix": {
"numpy": [""],
"geos": [""]
"Cython": [],
"numpy": [],
"geos": [],
},

// Combinations of libraries/python versions can be excluded/included
Expand Down

0 comments on commit 0dfbd84

Please sign in to comment.