Re: Travis Problem

2018-02-05 Thread Andy Grabow
Thx i will test those versions myself. -- 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+unsubscr...@googlegroups.com. To post to this group, send ema

Re: Travis Problem

2018-02-05 Thread Matemática A3K
= >>>> ERROR: test_export (django_secrets.tests.SecretTest) >>>> -- >>>> Traceback (most recent call last): >>>> File >>>> "/

Re: Travis Problem

2018-02-05 Thread Andy
;>> command.handle() >>> File >>> "/home/travis/build/kakulukia/django-secrets/django_secrets/management/commands/export_secrets.py", >>> line 15, in handle >>> print('export %s="%s"' % (key, getattr(secrets, key))) >

Re: Travis Problem

2018-02-05 Thread Matemática A3K
; Hi, >>>>> >>>>> im trying to convince Travis to test my app: >>>>> https://github.com/kakulukia/django-secrets >>>>> >>>>> But its failing for all python3 versions. Because my system python 3 >>>>> is 3.6.4 i jus

Re: Travis Problem

2018-02-05 Thread Andy
reated a 3.6.3 (latest python 3.6 at >>>> Travis) >>>> virtualenv and ran the tests. On my local system they are working, but >>>> travis reports problems and i dont really know how to fix them when the >>>> tests are not failing locally. >>>

Re: Travis Problem

2018-02-05 Thread Matemática A3K
n my local system they are working, but >>> travis reports problems and i dont really know how to fix them when the >>> tests are not failing locally. >>> >>> Does sombody have a clue, whats wrong here? >>> >>> Weird evough: now that i pushed a new

Re: Travis Problem

2018-02-05 Thread Andy
) two confgigurations do pass the tests: >> https://travis-ci.org/kakulukia/django-secrets/ >> > > This is more like a Travis problem, according the log, the env vars are > not being picked by it: > https://travis-ci.org/kakulukia/django-secrets/jobs/336123060 > > &

Re: Travis Problem

2018-02-05 Thread Matemática A3K
i pushed a new commit (not relating python code > though) two confgigurations do pass the tests: > https://travis-ci.org/kakulukia/django-secrets/ > This is more like a Travis problem, according the log, the env vars are not being picked by it: https://travis-ci.org/kakulukia/django-s

Travis Problem

2018-02-01 Thread Andy
Hi, im trying to convince Travis to test my app: https://github.com/kakulukia/django-secrets But its failing for all python3 versions. Because my system python 3 is 3.6.4 i just installed pyenv, created a 3.6.3 (latest python 3.6 at Travis) virtualenv and ran the tests. On my local system they