summaryrefslogtreecommitdiff
path: root/common/setup.cfg
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-05 13:29:22 -0400
committerKali Kaneko <kali@leap.se>2015-08-05 13:29:22 -0400
commit3c314df6bbf3d7d98f3e2bd35b42f3b99ea53077 (patch)
treed6c1a78fbe39164899aa4c8adbb52d8602e3a643 /common/setup.cfg
parent1377bb4cea6c2fa8198e74831c1b8e4e0c0b34e9 (diff)
[tests] re-add accidental removal
when copying a generic config file over in previous commit
Diffstat (limited to 'common/setup.cfg')
-rw-r--r--common/setup.cfg3
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