CI: Add a test to .travis.yml

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-07-22 16:20:08 +01:00 committed by Yorik van Havre
parent 15bcb20d44
commit e742d473a6

View File

@ -53,3 +53,4 @@ install:
script:
- make
- PYTHONPATH=$(pwd)/lib/ python -c "import sys, unittest, FreeCAD, TestApp; sys.exit(0 if unittest.TextTestRunner().run(TestApp.All()).wasSuccessful() else 1)"