travis: add yml script
This commit is contained in:
parent
d9642b0965
commit
20c00ed859
20
.travis.yml
Normal file
20
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user