From bb5f2df623aa2de21ce79b530b6225cc8bf755c8 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Mon, 10 Dec 2018 22:03:59 +0300 Subject: [PATCH] Travis for testing python #310 (#312) add python installation instructions --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6f00f8c..c957df1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ matrix: python: 3.6.6 before_script: - cd analytics + - pip install -r requirements.txt + - sudo apt-get update + - sudo apt-get install -y + apt-utils gnupg curl make g++ git script: - python -m unittest discover notifications: