From 51896351ab6cc31e3a1ceedfa7828d19b27d75c8 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Fri, 8 Dec 2017 21:17:29 +0100
Subject: [PATCH] test

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 44a9aad..8b44f8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@ install:
  - pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter
 script:
  - python setup.py nosetests
- - python setup.py sdist
+ - python setup.py sdist bdist bdist_wheel
 after_success:
  - codeclimate-test-reporter
-- 
GitLab