Skip to content

Commit 4a2478c

Browse files
author
Tyler Goodlet
committed
Add Python 3.6 and pytest-benchmark for testing
1 parent 26ddfe4 commit 4a2478c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[tox]
2-
envlist=check,py{26,27,34,35,py}-pytest{28,29,30}
2+
envlist=check,py{26,27,34,35,36,py}-pytest{28,29,30}
33

44
[testenv]
55
commands= py.test {posargs:testing/}
66
deps=
77
pytest28: pytest~=2.8.0
88
pytest29: pytest~=2.9.0
99
pytest30: pytest~=3.0.0
10-
10+
pytest-benchmark
1111

1212
[testenv:check]
1313
deps =
1414
flake8
15-
restructuredtext_lint
16-
commands =
15+
restructuredtext_lint
16+
commands =
1717
flake8 pluggy.py setup.py testing
1818
rst-lint CHANGELOG.rst README.rst
1919

@@ -30,8 +30,8 @@ commands =
3030
[pytest]
3131
minversion=2.0
3232
#--pyargs --doctest-modules --ignore=.tox
33-
addopts= -rxsX
33+
addopts= -rxsX
3434
norecursedirs = .tox ja .hg .env*
3535

3636
[flake8]
37-
max-line-length = 99
37+
max-line-length = 99

0 commit comments

Comments
 (0)