add .travis.yml

This commit is contained in:
Radovan Bast 2015-05-23 11:26:26 +02:00
parent f5e62c16fb
commit bad93c6e00

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: cpp
install:
- sudo apt-get install g++ cmake
- sudo pip install pytest
script:
- py.test -vv test/test.py