From 461c8353cf52258ee4109cbae39a81ceef8e34e2 Mon Sep 17 00:00:00 2001 From: pagezhou Date: Fri, 21 Jun 2019 20:37:44 +0800 Subject: [PATCH] minor: test CI --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..652680e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python +python: 2.7 + +services: + - mysql + +before_script: + - pip install -r requirements.txt + - pip install flake8 + - pip install codecov + - pip install coverage + +script: + - flake8