From d488e8022c515ce59f5b6de331d979514fe61b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 27 Mar 2020 16:34:05 +0100 Subject: [PATCH] v1.1.1 add satella to requirements --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a33377b..71eb1be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ script: - cd example - python setup.py test install: - - pip install Cython mako + - pip install -r requirements.txt - python setup.py install -- GitLab