Commit Graph

16 Commits

Author SHA1 Message Date
Erik Johnson
860c03da53
Fix travis builds (#817)
Setuptools is installing the library as an egg file, which is causing it
to fail to import
2021-04-29 22:13:11 -05:00
Егор
0d7156b5b1 WIP: Fix pycodestyle errors (#653)
* Fix pycodestyle errors

W503 is condracting PEP-8 and was added to the default ignore list by
pycodestyle developers

* Use setup.cfg for pycodestyle ignore parameters

Addresses #651 (kind of). Appending ignores to the default list prevents
us from getting warnings that we don't care about.

* W503 is not in the default ignore list in 2.4.0
2018-08-06 13:29:19 +00:00
enkore
30f84b1a73 codestyle -E722 2017-02-23 10:55:28 +01:00
enkore
7369937b59 Fix pycodestyle's mood swings 2016-11-07 22:15:04 +01:00
Matthieu Coudron
cc431aba07 Replaced pep8 with pycodestyle
pycodestyle is the new name of the module pep8
2016-10-29 18:33:45 +02:00
enkore
e2a0097316 Decrease chattiness of ci-build.sh; error reporting is not reduced
(but error visibility increased, because there is less output overall)
2016-02-08 10:10:28 +01:00
enkore
f5598b8b7c make setting_util zip_safe and location-independent 2015-06-17 15:10:24 +02:00
enkore
c74186f38f Update ci-build.sh 2015-06-06 09:38:50 +02:00
enkore
1018de059c Update ci-build.sh 2015-06-06 09:38:13 +02:00
enkore
f0ef9eb025 Update ci-build.sh 2015-06-06 09:36:33 +02:00
Matthieu Coudron
e9df3a82de Make sure that we use python3 pep8 2014-12-18 18:34:57 +01:00
enkore
523975cf39 Merge pull request #146 from teto/module_inherit_settings
Settings are inherited between modules
2014-12-17 22:52:56 +01:00
enkore
1eeb7fe30c ci-build.sh: output version information 2014-12-17 22:51:13 +01:00
Matthieu Coudron
ff7ea14689 Fixed test that didn't pass anymore (since there were more settings). I also enforced python3 in ci-build.sh otherwise python2.7 would generate syntax errors. Hope it's not a problem 2014-12-17 18:17:19 +01:00
enkore
29a5867d22 Let's see if zip_safe works.
It should. I don't see any obvious reason why it should break something.
2014-12-02 11:43:06 +01:00
enkore
007d4dd484 Update CI build process 2014-12-01 14:48:42 +01:00