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 /tox.ini | |
parent | Merge pull request #253 from matrix-org/tox (diff) | |
download | synapse-4f6fa981ec9035b2708ba0dc9db21d5dd629f389.tar.xz |
Make 'setup.py test' run tox
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 370a63cbb8..3f0649b628 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = setenv = PYTHONDONTWRITEBYTECODE = no_byte_code commands = - coverage run --source=./synapse {envbindir}/trial {posargs:tests} + coverage run --source=synapse {envbindir}/trial {posargs:tests} coverage report -m install_command = pip install --process-dependency-links --pre {opts} {packages} |