diff options
Diffstat (limited to 'common/setup.cfg')
-rw-r--r-- | common/setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/setup.cfg b/common/setup.cfg index 6b530888..36123a71 100644 --- a/common/setup.cfg +++ b/common/setup.cfg @@ -1,3 +1,6 @@ +[aliases] +test = trial + [pep8] exclude = versioneer.py,_version.py,ddocs.py,*.egg,build ignore = E731 |