From 0de01b27cb3397a9edb0d9bf560b2b66311579ba Mon Sep 17 00:00:00 2001 From: "Fanani M. Ihsan" Date: Thu, 26 May 2016 23:47:19 +0700 Subject: [PATCH] add .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c6b3636 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "3.5" +# command to run tests +script: python test.py