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