Skip to content

Commit b535ed5

Browse files
committed
Set up asv benchmarks to run in something besides dev mode
1 parent 78c6a2d commit b535ed5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
dist/**
66
MANIFEST
77
benchmarks/results/**
8+
benchmarks/env/**
89
doc/build/**
910
doc/source/generated/**

benchmarks/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// The Pythons you'd like to test against. If not provided, defaults
4242
// to the current version of Python used to run `asv`.
43-
// "pythons": ["2.7", "3.3"],
43+
"pythons": ["3.7"],
4444

4545
// The matrix of dependencies to test. Each key is the name of a
4646
// package (in PyPI) and the values are version numbers. An empty

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ scipy
44
mpmath
55
pytest
66
asv
7+
virtualenv
78
sphinx
89
sphinx_rtd_theme
910
twine

0 commit comments

Comments
 (0)