alejandro-angulo / kilonull

App behind the blog on kilonull.com
https://kilonull.com/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Travis CI Failing #2

Closed alejandro-angulo closed 7 years ago

alejandro-angulo commented 7 years ago

Issues with static_precompiler not being able to write files: https://travis-ci.org/vacuus/kilonull/jobs/205647593 . Worked around this locally by manually creating directory structure and touching the file (which the precompiler can write to).

alejandro-angulo commented 7 years ago

Previous issue was due to lessc not being installed properly. This new build shows the issue with being unable to create new files: https://travis-ci.org/vacuus/kilonull/jobs/207514858

FileNotFoundError: [Errno 2] No such file or directory: 'static/COMPILED/kilonull/less/base.css'

alejandro-angulo commented 7 years ago

This turned out to be a problem withe configuration in tests/conftest.py . Fixed in 7fe7e6cba32982846c380cd5c788532a0a4e54ea