From f577a80d1306e12a4d9aa1765699660c8f1e0ae4 Mon Sep 17 00:00:00 2001 From: Pawel Sikora Date: Wed, 28 Apr 2021 22:59:51 +0200 Subject: [PATCH] update travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d5fe396..26a457f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: python +script: + - python setup.py install after_success: - bash <(curl -s https://codecov.io/bash)