Sunday, March 29, 2020

Re: travis sync issue to git with django project

Hi John,

On 28/03/2020 23.24, John McClain wrote:
> My build keeps failing at this juncture
>
> 0.00s$ SECRET_KEY="whatever" ./manage.py test
> 273/home/travis/.travis/functions: line 109: ./manage.py: Permission denied
> 274The command "SECRET_KEY="whatever" ./manage.py test" exited with 126.
>
> any ideas?
>

Does manage.py have the execute bit set?

Alternatively, try to run manage.py through the interpreter.

No idea how to integrate that with travis though, but I'm sure there's
some documentation available.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/acefc4ca-1857-7049-5d56-39c3eaeaf466%40stacktrace.dk.

No comments:

Post a Comment