From a452e1854e17759369be99dbe5432e4a4a0d22c8 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 20 May 2016 15:13:25 -0400 Subject: [PATCH] dont test pypy on gitlab for now, still keep in TOX --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23bf9a0..69376d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,9 +30,3 @@ py35: image: python:3.5 script: - tox -e py35 - -pypy: - stage: test - image: python:pypy - script: - - tox -e pypy