diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9f9c094 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python + +python: + - "2.7" + +install: + - pip install -U pip wheel + - pip install -r requirements.txt + - pip install . + +script: + - flake8 extended_bots/*.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a71d2ba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +reviewbot-worker +flake8