sitn / crdppf_core

Core / generic parts of the CRDPPF project
GNU General Public License v3.0
1 stars 3 forks source link

Pyramid 1.6 & flake8 support #100

Closed kalbermattenm closed 8 years ago

kalbermattenm commented 8 years ago

This PR update quite a lot of eggs (notably Pyramid) and adds flake8 support to check that the Python code is pep8 compatible.

@voisardf, please review (and test!!! )

kalbermattenm commented 8 years ago

@voisardf, for your information, crdppf/util/documents.py has been checked by flake... (I did not do the rest of the files, as this would mean quite a lot of work...)

kalbermattenm commented 8 years ago

Fix #93

voisardf commented 8 years ago

looks good to me otherways. thanks a lot! I'll do some serious testing before we merge.

kalbermattenm commented 8 years ago

@voisard, it would good to know if this is OK to be merged...

Because the egg versions will soon be outdated again... and it would be good to install that on the new prod server... (and not use Pyramid 1.3 anymore...)

Just for info, the latest Pyramid version is 1.6 and will soon be 1.7...

voisardf commented 8 years ago

I flaked my branch and it looks good :)

kalbermattenm commented 8 years ago

So... Should I merge that ?

kalbermattenm commented 8 years ago

OK, confirmed, merging