File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ scikits
79
79
* .c
80
80
* .cpp
81
81
82
+ # Performance Testing #
83
+ # ######################
84
+ asv_bench /
85
+
82
86
# Documentation generated files #
83
87
# ################################
84
88
doc /source /generated
Original file line number Diff line number Diff line change 25
25
26
26
// The Pythons you'd like to test against. If not provided, defaults
27
27
// 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" ],
29
30
30
31
// The matrix of dependencies to test. Each key is the name of a
31
32
// package (in PyPI) and the values are version numbers. An empty
39
40
"matplotlib" : [],
40
41
"sqlalchemy" : [],
41
42
"scipy" : [],
43
+ "numexpr" : [],
42
44
"pytables" : [],
43
45
},
44
46
You can’t perform that action at this time.
0 commit comments