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 3245209e62
commit 8e3b09174c

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)"