On Sat, Mar 28, 2020 at 3:25 PM John McClain <[email protected]> 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. > 275 > 276 > 277 > > > > > > any ideas? > > > -- > > > John McClain > > Cell: 085-1977-823 > Skype: jmcclain0129 > Email: [email protected] > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAN-hv_ozmpT5qVuDJpkZcmcSyR4UCm8khgt5xr3eEkEDzsPKww%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAN-hv_ozmpT5qVuDJpkZcmcSyR4UCm8khgt5xr3eEkEDzsPKww%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > Are you setting the secret key as an enviroment variable? If so, then I'd try: export SECRET_KEY="whatever" ./manage.py test -Jorge -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANfN%3DK8bzgq4N4pzkMm%3DQz4ga1vqT%3DHU9CRXh4goZV4ubxL2Ng%40mail.gmail.com.

