From 996e1c810fed70571e8036aae315aaf2069b7bcd Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Mon, 26 Feb 2018 07:59:19 +0100
Subject: [PATCH] Test

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2106a6e6..6fd60a02 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,11 +42,13 @@ build: &build
   <<: *env
   stage: build
   script:
+    - pip install wheel
     - pip install -r requirements.txt
     - python gen_resources.py
     - python gen_translations.py --lrelease
-    - python setup.py sdist bdist_wheel
+    - python setup.py bdist_wheel
     - py.test
+
 test:
   <<: *env
   stage: test
@@ -65,5 +67,5 @@ releases:
     - pip install -r requirements.txt
     - pip install wheel
     - pip install twine
-    - python setup.py sdist bdist_wheel
+    - python setup.py bdist_wheel
     - twine upload dist/* --username duniter --password $PYPI_PASSWORD
-- 
GitLab