From 6fc0dcaa1026d06856594cb819c6701bf6e656bf Mon Sep 17 00:00:00 2001
From: Timm Fitschen <timm.fitschen@ds.mpg.de>
Date: Tue, 9 Oct 2018 16:16:04 +0200
Subject: [PATCH] DEV: use tox instead of plain py.test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32042118..a7e92962 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,13 +86,13 @@ test:pycaosdb:py34:
     tags: [ py34 ]
     stage: test
     script:
-        - py.test-3.4
+        - tox -r -e py34
 
 test:pycaosdb:py27:
     tags: [ py27 ]
     stage: test
     script:
-        - py.test-2.7
+        - tox -r -e py27
 
 # pylint tests for pycaosdb (python 3.4)
 .test:pycaosdb:python3.4:pylint:
-- 
GitLab