autocmake/.travis.yml
2015-05-23 11:26:26 +02:00

7 lines
123 B
YAML

language: cpp
install:
- sudo apt-get install g++ cmake
- sudo pip install pytest
script:
- py.test -vv test/test.py