From f3eeaf246216e18cd0dcf2956a3a08fe9119f79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sun, 15 Mar 2020 21:49:21 +0100 Subject: [PATCH] try out travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2b75dc0..6bfe502 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,5 @@ script: - cd example - python setup.py test install: + - pip install Cython - python setup.py install -- GitLab