Browse Source

Force Python 3.5 compatibility in black-check

pull/1485/head
Safihre 5 years ago
parent
commit
a5b075426b
  1. 4
      .travis.yml

4
.travis.yml

@ -75,7 +75,9 @@ script:
sabnzbd/rss.py
sabnzbd/par2file.py
sabnzbd/version.py
-l120 --check;
--line-length=120
--target-version=py35
--check;
fi
notifications:

Loading…
Cancel
Save