Skip to content

Commit

Permalink
MAINT: asv with py3 on windows (#16139)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-b1 authored and jorisvandenbossche committed Apr 26, 2017
1 parent b555c43 commit b8d9861
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@
"numexpr": [],
"pytables": [null, ""], // platform dependent, see excludes below
"tables": [null, ""],
"libpython": [null, ""],
"openpyxl": [],
"xlsxwriter": [],
"xlrd": [],
"xlwt": [],
"pytest": [],
// If using Windows with python 2.7 and want to build using the
// mingw toolchain (rather than MSVC), uncomment the following line.
// "libpython": [],
},

// Combinations of libraries/python versions can be excluded/included
Expand Down Expand Up @@ -80,10 +82,6 @@
{"environment_type": "conda", "pytables": null},
{"environment_type": "(?!conda).*", "tables": null},
{"environment_type": "(?!conda).*", "pytables": ""},
// On conda&win32, install libpython
{"sys_platform": "(?!win32).*", "libpython": ""},
{"environment_type": "conda", "sys_platform": "win32", "libpython": null},
{"environment_type": "(?!conda).*", "libpython": ""}
],
"include": [],

Expand Down

0 comments on commit b8d9861

Please sign in to comment.