From 7f83c6c92e57541463615a160e95c95b6106174e Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 4 Jul 2018 19:18:03 -0500 Subject: [PATCH] Remove virtualenv setup --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3cd491..ccd1a2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,11 +8,9 @@ Atheneum:Tests: - python3 --version - python3 -m pip --version - python3 -m pip install pipenv - - python3 -m pipenv + - python3 -m pipenv --version - cd server - - pipenv install --dev - - pipenv shell + - pipenv install --dev --system - PYTHONPATH=$(pwd) pytest - - exit tags: - docker