We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29a230 commit 94ec946Copy full SHA for 94ec946
.gitignore
@@ -79,6 +79,10 @@ scikits
79
*.c
80
*.cpp
81
82
+# Performance Testing #
83
+#######################
84
+asv_bench/
85
+
86
# Documentation generated files #
87
#################################
88
doc/source/generated
asv_bench/asv.conf.json
@@ -25,7 +25,8 @@
25
26
// The Pythons you'd like to test against. If not provided, defaults
27
// to the current version of Python used to run `asv`.
28
- "pythons": ["2.7", "3.4"],
+ // "pythons": ["2.7", "3.4"],
29
+ "pythons": ["2.7"],
30
31
// The matrix of dependencies to test. Each key is the name of a
32
// package (in PyPI) and the values are version numbers. An empty
@@ -39,6 +40,7 @@
39
40
"matplotlib": [],
41
"sqlalchemy": [],
42
"scipy": [],
43
+ "numexpr": [],
44
"pytables": [],
45
},
46
0 commit comments