Commit Graph

10 Commits

Author SHA1 Message Date
Bruce Lacey
9f907f5d1b Upgraded Plot module to comply with matplotlib 1.5.x API
Plot.py will check the version of matplotlib imported using the
distutils.version.StrictVersion class.  If the version is less
than 1.5.0, it will import the legacy gt4agg NavigationToolbar
from matplotlib, otherwise the 1.5.x version.

Resolves #2421
2016-01-26 22:31:29 -08:00
Przemo Firszt
4b00fe91ab Travis CI: Add internal tests
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-10-01 12:18:28 +02:00
Przemo Firszt
e544a66086 Travis: run FreeCAD and check log against .log_errors
All phrases that should trigger test build failure should be
added to .log_errors, one per line.

Tested-by: sgrogan
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-09-23 10:06:19 +02:00
Przemo Firszt
140272b9d3 Travis: Add sudo make install
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-09-12 20:22:21 +01:00
Przemo Firszt
89b609ea8d Tests: build with -j2
Suggested & tested by saso
2015-07-27 14:03:44 +01:00
Przemo Firszt
6bd0501e53 CI: Add libboost-python-dev
Latest travis build failed at cmake stage:

CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1202 (message):

  Unable to find the requested Boost libraries.

  Boost version: 1.46.1

  Boost include path: /usr/include

  The following Boost libraries could not be found:

          boost_python

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the

  directory containing Boost libraries or BOOST_ROOT to the location of

  Boost.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-24 10:00:50 +01:00
Przemo Firszt
f52401715d CI: Remove building on master only
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-23 15:47:29 +01:00
Przemo Firszt
e742d473a6 CI: Add a test to .travis.yml
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-23 10:52:06 -03:00
Przemo Firszt
15bcb20d44 Typu in .travis.yml
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-23 10:52:06 -03:00
Przemo Firszt
dff298c5b0 CI: Add initial .travis.yml file
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-22 15:07:11 +01:00