diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-17 13:41:59 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 13:41:59 +1000 |
commit | fe10dd9fb220ef5c0ee7c6e33e2e6dff56a84f06 (patch) | |
tree | cc6bec924e11bcc49d0f6491a5699a3624c0014d /.travis.yml | |
parent | Fix develop because I broke it :( (#3535) (diff) | |
parent | rename 'isort' to 'check_isort' as requested (diff) | |
download | synapse-fe10dd9fb220ef5c0ee7c6e33e2e6dff56a84f06.tar.xz |
Merge pull request #3540 from krombel/enforce_isort
check isort by travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a98d547978..b34b17af75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,9 @@ matrix: env: TOX_ENV=py36 - python: 3.6 + env: TOX_ENV=check_isort + + - python: 3.6 env: TOX_ENV=check-newsfragment install: |