From 9592553dfad4a9e763327173a820b87ab7b8079b Mon Sep 17 00:00:00 2001 From: Petr Blaho Date: Wed, 3 Jul 2013 18:15:11 +0200 Subject: [PATCH] Adds TravisCI config file --- .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..c48ffd4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - 2.7 +install: + - pip install -q -r requirements.txt --use-mirrors + - pip install -q -r test-requirements.txt --use-mirrors +script: + - python setup.py testr