From d86fdc9e4a2b25f8ed0ed5911a0e9d768efcbd29 Mon Sep 17 00:00:00 2001 From: Cong Date: Wed, 24 Oct 2018 12:02:12 +1100 Subject: [PATCH] Create .travis.yml --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0e3d295 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +cache: pip +python: + - '2.7' +install: + - pip install . +script: + - cd content && cyrax