diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-04-30 00:37:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-30 00:37:32 +0100 |
commit | 7767a9fc0e2adbe1828e0bd86e83446a9fb66bc7 (patch) | |
tree | 0c480698ec064d2cd9529d2a621f01ab06b4abbf /tox.ini | |
parent | Add py3 tests to tox with folders that work (diff) | |
download | synapse-7767a9fc0e2adbe1828e0bd86e83446a9fb66bc7.tar.xz |
Update tox.ini
add missing comma
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 c6cee92568..ca8373662b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = packaging, py27, py36 pep8 +envlist = packaging, py27, py36, pep8 [testenv] deps = |