From 60b1bae3cb25cfe4932a621f5bc9e38b6ec284e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Lizo=C5=84czyk?= Date: Tue, 11 Oct 2016 14:20:09 +0200 Subject: [PATCH] Travis config provisioned --- .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..beaec2a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "3.5" + - "3.5-dev" # 3.5 development branch + - "3.6-dev" # 3.6 development branch +# command to install dependencies +install: "pip install -r requirements.txt" +# command to run tests +script: nosetests