From cdb661f6d38a81bb148c2ea2bfcaa9c7503e698f Mon Sep 17 00:00:00 2001 From: Thomas Durieux Date: Thu, 26 Oct 2017 10:05:11 +0200 Subject: [PATCH] configure travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..52e62c7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.7" + - "3.2" +install: + - pip install -r requirements.txt