summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-13 23:32:42 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-13 23:32:42 +0200
commiteaba7badcb3ce04a9db6e4fe8504950cef832f7d (patch)
treeb6fefde9db338bf03ae0569ad9c4d84bd96aa1ac /tox.ini
parent2ea4de43fe2e0160e27b605f2c65f33c5a2083d7 (diff)
downloadruamel.yaml-eaba7badcb3ce04a9db6e4fe8504950cef832f7d.tar.gz
added register_class/yaml_object0.15.19
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 73b3c2c..37ce2d1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,12 +6,12 @@ commands =
/bin/bash -c 'pytest _test/test_*.py'
deps =
pytest
- flake8==2.5.5
+ flake8==3.3.0
ruamel.std.pathlib
[testenv:pep8]
commands =
- flake8 --exclude jabsy,jinja2,base,cmd,convert{posargs}
+ flake8 --exclude .tox,jabsy,jinja2,base,cmd,convert{posargs}
[flake8]
show-source = True