diff options
author | drebs <drebs@leap.se> | 2014-12-16 15:33:46 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-02-11 14:03:18 -0400 |
commit | d0a0e92550bcc148fa236add5360ed581109ae6b (patch) | |
tree | 2e6af5976d4f678a19e1a95b0cc9aa06c608195f /common/setup.cfg | |
parent | d8c457680b79c202d54dcf9ea799a03b5ffc6c03 (diff) |
Use Twisted trial for running tests.
Diffstat (limited to 'common/setup.cfg')
-rw-r--r-- | common/setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/setup.cfg b/common/setup.cfg new file mode 100644 index 00000000..c71bffa0 --- /dev/null +++ b/common/setup.cfg @@ -0,0 +1,2 @@ +[aliases] +test = trial |