An ebook/comic library service and web client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
311 B

stages:
- test
Atheneum:Tests:
stage: test
script:
- python3 --version
- python3 -m pip --version
- python3 -m pip install pipenv
- python3 -m pipenv
- cd server
- pipenv install --dev
- pipenv shell
- PYTHONPATH=$(pwd) pytest
- exit
tags:
- linux
- python3