Skip to content

Commit 94ec946

Browse files
committed
PERF: add in numexpr to asv
add to .gitignore
1 parent c29a230 commit 94ec946

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ scikits
7979
*.c
8080
*.cpp
8181

82+
# Performance Testing #
83+
#######################
84+
asv_bench/
85+
8286
# Documentation generated files #
8387
#################################
8488
doc/source/generated

asv_bench/asv.conf.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
// The Pythons you'd like to test against. If not provided, defaults
2727
// to the current version of Python used to run `asv`.
28-
"pythons": ["2.7", "3.4"],
28+
// "pythons": ["2.7", "3.4"],
29+
"pythons": ["2.7"],
2930

3031
// The matrix of dependencies to test. Each key is the name of a
3132
// package (in PyPI) and the values are version numbers. An empty
@@ -39,6 +40,7 @@
3940
"matplotlib": [],
4041
"sqlalchemy": [],
4142
"scipy": [],
43+
"numexpr": [],
4244
"pytables": [],
4345
},
4446

0 commit comments

Comments
 (0)