jbrusey / cogent-house

Cogent House is a system for sensing temperature, humidity, CO2, Air Quality, VOC, hot water consumption, and electricity consumption within the home. It has been developed by the [http://cogentcomputing.org Cogent Computing Applied Research Centre] at Coventry University. Cogent House is developed using TinyOS and Python.
4 stars 2 forks source link

Jenkins Tests Fail in most recent release version #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Unit-tests from Jenkins environment

Tests fail as system attempts to install matplotlib.

This is a known issue with the pip installer and numpy / matplotlib in a 
virtualenv.  Installing the package manually will fix the problem.

Original issue reported on code.google.com by DjGoldsm...@googlemail.com on 28 Mar 2014 at 10:14

GoogleCodeExporter commented 9 years ago
Fixed,  unittests now all pass.

Original comment by DjGoldsm...@googlemail.com on 28 Mar 2014 at 10:20