diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..bc7cd466133f66af68657d0212d0a3f5faabda5c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +group: travis_latest +language: python +cache: pip +python: + - 2.7 + - 3.6 +install: + - pip install --upgrade pip + - pip install pycocotools +script: + - true