Skip to content

Commit

Permalink
Add Python 3.6 and pytest-benchmark for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Jul 5, 2017
1 parent 26ddfe4 commit 4a2478c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[tox]
envlist=check,py{26,27,34,35,py}-pytest{28,29,30}
envlist=check,py{26,27,34,35,36,py}-pytest{28,29,30}

[testenv]
commands= py.test {posargs:testing/}
deps=
pytest28: pytest~=2.8.0
pytest29: pytest~=2.9.0
pytest30: pytest~=3.0.0

pytest-benchmark

[testenv:check]
deps =
flake8
restructuredtext_lint
commands =
restructuredtext_lint
commands =
flake8 pluggy.py setup.py testing
rst-lint CHANGELOG.rst README.rst

Expand All @@ -30,8 +30,8 @@ commands =
[pytest]
minversion=2.0
#--pyargs --doctest-modules --ignore=.tox
addopts= -rxsX
addopts= -rxsX
norecursedirs = .tox ja .hg .env*

[flake8]
max-line-length = 99
max-line-length = 99

0 comments on commit 4a2478c

Please sign in to comment.