summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2015-05-07 10:45:39 -0700
committerRyan Petrello <lists@ryanpetrello.com>2015-05-07 11:15:45 -0700
commit9a6a893d5e2f090087be92d301705e35ccf158ba (patch)
tree081c06e89567db76a03e701ac595e4b5cdddf65a /tox.ini
parentd907987e7022025f3ad067d7407532125e6b8e2e (diff)
downloadpecan-9a6a893d5e2f090087be92d301705e35ccf158ba.tar.gz
Properly handle Python3 Unicode path segments in pecan routing.
Change-Id: I3890d73a087f7635ddc51b71d3d6f68a41058c42 Closes-Bug: 1451842
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 74e3088..9a50acd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -170,7 +170,7 @@ commands = tox -e py27 --notest # ensure a virtualenv is built
[testenv:pep8]
deps = pep8
-commands = pep8 --repeat --show-source pecan setup.py
+commands = pep8 --repeat --show-source pecan setup.py --ignore=E402
# Generic environment for running commands like packaging
[testenv:venv]