travis: add yml script

This commit is contained in:
Alibek Omarov 2019-06-07 02:19:56 +03:00
parent d9642b0965
commit 20c00ed859
1 changed files with 20 additions and 0 deletions

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
language: python
git:
depth: 50
submodules: true
addons:
apt:
packages:
- build-essential
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env:
- TYPE="ext"
- TYPE="noext"
script:
- ./run-tests.sh $TYPE