From f60bc617e2305ccb74a5ef767532e32f65d79c9d Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Fri, 28 Feb 2020 18:18:45 +0100 Subject: [PATCH] update .travis.yml. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7c6e14e..747f953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,10 @@ before_install: install: - pip install -r requirements.txt +- pip install wheel script: +- python setup.py bdist_wheel - coverage run tests/tests_tools.py after_success: