Browse Source

Remove virtualenv setup

merge-requests/1/head
Drew Short 6 years ago
parent
commit
7f83c6c92e
  1. 6
      .gitlab-ci.yml

6
.gitlab-ci.yml

@ -8,11 +8,9 @@ Atheneum:Tests:
- python3 --version - python3 --version
- python3 -m pip --version - python3 -m pip --version
- python3 -m pip install pipenv - python3 -m pip install pipenv
- python3 -m pipenv
- python3 -m pipenv --version
- cd server - cd server
- pipenv install --dev
- pipenv shell
- pipenv install --dev --system
- PYTHONPATH=$(pwd) pytest - PYTHONPATH=$(pwd) pytest
- exit
tags: tags:
- docker - docker
Loading…
Cancel
Save