From 8ee3060922e3d718ef6ce7ba16e2ff87c9d4663b Mon Sep 17 00:00:00 2001
From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de>
Date: Sun, 1 Apr 2018 13:30:34 +0200
Subject: [PATCH] Update .gitlab-ci.yml

Remove pip install tox flake8, because in package requirement
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84e11fc..3761811 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ build:
 test:
   script:
   #- python3 setup.py test
-  - pip3 -U install tox flake8  # you can also use tox
+  #- pip3 -U install tox flake8  # you can also use tox
   - tox -e py36,flake8
   - python -m unittest discover navipy
 
-- 
GitLab