add .travis.yml
This commit is contained in:
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
|
Reference in New Issue
Block a user