I have run the script locally and fixed all errors that it was giving but when create a PR i still get errors with the flake8, looking at the logs i see that's it's an issue with permisions, /home/travis/build.sh: line 62: ./runflake8: Permission denied
On Sunday, 5 March 2017 18:01:30 UTC+1, Federico Capoano wrote: > > Ok, I didn't know you were using windows. Run flake8 manually (copy the > command in the runflake8 script contained in the repo). > > Fed > > Il dom 5 mar 2017, 15:27 GASTON CHE <[email protected] <javascript:>> ha > scritto: > >> I am working in windows 8 and i setup my environtment following following >> the instrucstions on the repo. How do i run it on windows because trying to >> run it with python on cmd on windows gives the error, even when running the >> cmd in administrator mode. >> unable to create process using bi/bash runflake8 >> >> >> >> On Sunday, 5 March 2017 13:51:06 UTC+1, GASTON CHE wrote: >> >>> I have made fixes pertaining to issue #30 on the django-netjsonconfig >>> repo on gihub, nad i am trying to create a PR, but once I create the >>> request, the travic-CI checks >>> ,https://travis-ci.org/openwisp/django-netjsonconfig/builds/207710200 >>> <https://travis-ci.org/openwisp/django-netjsonconfig/builds/207710200>, >>> fail. when looking at the logs of the build I notice the error is coming >>> from the ./runflake8 specified in the .travis.yml. I have not modied the >>> travis yml file neither have i changed the runflake8 file in any way. So i >>> don't know how to fix this, so the build checks can be successfull. >>> I would like some help here >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "OpenWISP" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
