From b865c1c3ccb45a780177ce2493da24c8cd9481a0 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 5 Aug 2014 10:45:11 +0300 Subject: [PATCH] add to travis CI --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0701e2e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" + +install: + - "pip install ." + - "pip install -r requirements.txt" + +script: py.test -vvv -s