diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-08-26 12:45:29 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-08-26 12:45:29 +0100 |
commit | 4f6fa981ec9035b2708ba0dc9db21d5dd629f389 (patch) | |
tree | bec80d07093987b4287c0e26aa496f6309fcc10f /setup.cfg | |
parent | Merge pull request #253 from matrix-org/tox (diff) | |
download | synapse-4f6fa981ec9035b2708ba0dc9db21d5dd629f389.tar.xz |
Make 'setup.py test' run tox
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
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 |