add .travis.yml
This commit is contained in:
parent
f5e62c16fb
commit
bad93c6e00
6
.travis.yml
Normal file
6
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user