summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2015-08-26 13:50:59 +0100
committerMark Haines <mjark@negativecurvature.net>2015-08-26 13:50:59 +0100
commit4c56928263efa3b5ce5b2eba79172872e8a27990 (patch)
treee19e47f5744a2a4620c78d9d83eb0a4a8803695a /setup.cfg
parentMerge pull request #255 from matrix-org/mergeeriksmadness (diff)
parentPass an empty list of arguments to tox if no arguments are given (diff)
downloadsynapse-4c56928263efa3b5ce5b2eba79172872e8a27990.tar.xz
Merge pull request #254 from matrix-org/markjh/tox_setuptools
Make 'setup.py test' run tox
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index abb649958e..ba027c7d13 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,9 +3,6 @@ source-dir = docs/sphinx
 build-dir  = docs/build
 all_files  = 1
 
-[aliases]
-test = trial
-
 [trial]
 test_suite = tests