From 13ce3334c404cac1e95c9ac58e35635ca972a813 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 23 Oct 2017 07:04:27 +0200 Subject: [PATCH] Added Python version to TravisCI configuration --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b107e9d..c76360f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,6 @@ -language: python \ No newline at end of file +language: python +python: + - "2.7" +# command to install dependencies +install: + - pip install -r requirements.txt \ No newline at end of file