From ad908f121373ddf42a028ab23d313438f8618ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Feb 2020 14:28:43 +0100 Subject: [PATCH] fix build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94f2b51..d7fc1bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - pip install -r requirements.txt - pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter script: - - python setup.py tests + - python setup.py test - python setup.py sdist bdist bdist_wheel after_success: - codeclimate-test-reporter -- GitLab