summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-06-15 18:18:49 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-06-15 18:18:49 +0200
commitcb05728331c475c17eae8b86a1fc0848b7a2872f (patch)
tree7303ef0b08303f3d5e079974dea9fb5786554787 /tox.ini
parent5a768e5d582a563f58f3eebd479a4b1d564feff4 (diff)
downloadruamel.yaml-cb05728331c475c17eae8b86a1fc0848b7a2872f.tar.gz
enable: pip install ruamel.yaml[jinja2]0.15.8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 3 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 0fcce23..629205d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,24 +1,19 @@
[tox]
-# envlist = pep8,py35,py27,py34,py33,py26,pypy,jython
-#envlist = py35,py27,py34,py33,py26,pypy,jython
envlist = pep8,py36,py27,py35,py34,pypy
[testenv]
commands =
- /bin/bash -c 'py.test _test/test_*.py'
+ /bin/bash -c 'pytest _test/test_*.py'
deps =
pytest
flake8==2.5.5
ruamel.std.pathlib
-[pytest]
-norecursedirs = test/lib .tox
-
[testenv:pep8]
commands =
- flake8 --exclude convert,cmd,base {posargs}
+ flake8 {posargs}
[flake8]
show-source = True
max-line-length = 95
-exclude = _test/lib,.hg,.git,.tox,dist,.cache,__pycache__,ruamel.zip2tar.egg-info,try_*
+exclude = _test/lib,.hg,.git,.tox,dist,.cache,__pycache__,ruamel.zip2tar.egg-info