newslynx / opportunities

A garden of NewsLynx futures
1 stars 0 forks source link

travis build fails bc no `~/.newslynx/config.yaml` #111

Closed mhkeller closed 9 years ago

mhkeller commented 9 years ago

https://travis-ci.org/newslynx/newslynx-core/builds/78513537

make[1]: Entering directory `/home/travis/build/newslynx/newslynx-core'

creating a fresh install of newslynx...

You are using pip version 6.0.7, however version 7.1.2 is available.

You should consider upgrading via the 'pip install --upgrade pip' command.

make[1]: Leaving directory `/home/travis/build/newslynx/newslynx-core'

make[1]: Entering directory `/home/travis/build/newslynx/newslynx-core'

make[1]: Leaving directory `/home/travis/build/newslynx/newslynx-core'

Traceback (most recent call last):

  File "/home/travis/virtualenv/python2.7.9/bin/newslynx", line 9, in <module>

    load_entry_point('newslynx==1.1.5', 'console_scripts', 'newslynx')()

  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/newslynx/cli/__init__.py", line 108, in run

    from newslynx import logs

  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/newslynx/logs.py", line 10, in <module>

    from newslynx import settings 

  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/newslynx/settings.py", line 80, in <module>

    CONFIG = _load_config()

  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/newslynx/settings.py", line 39, in _load_config

    .format(config_file))

newslynx.exc.ConfigError: No Config could be found at '/home/travis/.newslynx/config.yaml'.

make: *** [app_install] Error 1

The command "make app_install" exited with 2.