X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=inline;f=.travis.yml;fp=.travis.yml;h=fc01da265c7a6dfbd2d0359efa79159508667011;hb=81d2136c063b4050cd43d23e49a005d44ba1195e;hp=0000000000000000000000000000000000000000;hpb=439b459adfa2adadb613ad9ec3779d6a8ec060c4;p=datasette-pytables.git diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fc01da2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python + +python: + - 3.5 + - 3.6 + +script: + - python setup.py test