diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..539a977 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +sudo: required + + +language: python +python: + - "3.5" + +services: + - docker + +script: true + +after_success: + - bash <(curl -s https://raw.githubusercontent.com/sesam-community/guidelines/master/after_success.sh)