From 131902f3f85bb679a65b70568addecc000f619a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 26 Jun 2021 14:16:38 +0200 Subject: [PATCH] switch over to Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb5b631..7d01420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_script: - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build - pip install -r requirements.txt - - pip install -U nose2 coverage + - pip install -U nose2 coverage Cython satella snakehouse - python setup.py build_ext --inplace jobs: include: -- GitLab