teknik-eksjo / chronos

A scheduling app that helps teachers submit workday outlines
MIT License
5 stars 5 forks source link

Trying to get the Travis build to not die. #100

Closed Limpan closed 8 years ago

Limpan commented 8 years ago

Seems to be a problem with PostgreSQL that aggressively locks tables, hence the total deadlock.

Limpan commented 8 years ago

This is now solved. The Travis build fails because of linting errors introduced earlier.

The solution seems to be working for Python versions 3.4, 3.5, 3.5.1 and 3.5-dev as can be seen at https://travis-ci.org/teknik-eksjo/chronos/builds/127866206.

Greenheart commented 8 years ago

That makes sense. So when The builds kept failing all last week it was because of linting-errors?

Limpan commented 8 years ago

If you look at the build and only the 3.5 failed, then it is because of this issue. I believe it was introduced in commit d3c42db. If both 3.4 and 3.5 versions of the build failed then it was because of linting errors.