summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-12-25 14:47:21 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-12-25 14:47:21 +0100
commit43642051ac62148e815e924d5ac8907260c54823 (patch)
tree0e149280b460501dd2e2d99ab5e8480d049e5a94 /tox.ini
parentbdf3f50a644166aeb1a0b8521aa986ae07b26c41 (diff)
downloadruamel.yaml-43642051ac62148e815e924d5ac8907260c54823.tar.gz
fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5
added test, implemented __deepcopy__ on CommentedMap and CommentedSeq
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 40ed037..611e633 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ norecursedirs = test/lib .tox
[testenv:pep8]
commands =
- flake8 --exclude convert,cmd {posargs}
+ flake8 --exclude convert,cmd,base {posargs}
[flake8]
show-source = True