From edb5ade0d41c7088e4ccebcb478e821d86e30743 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sat, 30 Apr 2016 15:57:39 +0430 Subject: [PATCH] add travis-ci support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..aebde3f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: python +python: "3.3" +install: pip install .