summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorbendikro <bendikro@gmail.com>2014-09-21 16:37:29 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2014-09-25 14:11:51 +0100
commit66f2739be7cda3d610095cb8c1b1c9edbf006967 (patch)
treec71a980b5f69a6af4b4769e9937d3658154b0574 /setup.cfg
parent8dc9a0773cf237033a00a936385257d6481e1715 (diff)
downloaddeluge-66f2739be7cda3d610095cb8c1b1c9edbf006967.tar.gz
deluge-66f2739be7cda3d610095cb8c1b1c9edbf006967.tar.bz2
deluge-66f2739be7cda3d610095cb8c1b1c9edbf006967.zip
Added .travis.yml (for travis-ci) and tox.ini files
Targets: * Runs the unit-tests for python 2.7 * Tests unit-test coverage * Try to build docs * Code style checks: * flake8 * isort Codes changes: * Fixed tests for httpdownloader (using tmp dir) * Implemented a couple of tests for Stats plugin but they fail to run on travis Issues: * Can't get py26 to work because of installing libtorrent through apt and the option system_site_packages fails for 2.6.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index da7306d4e..0c3407922 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,10 +14,6 @@ includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application
frameworks = CoreFoundation, Foundation, AppKit
-[flake8]
-max-line-length = 120
-builtins = _,__request__
-
[isort]
known_standard_library=unicodedata
line_length=120