updated structure
This commit is contained in:
@@ -24,8 +24,12 @@ unittest:
|
||||
- test
|
||||
before_script:
|
||||
- cd $CI_PROJECT_DIR
|
||||
- pip install python-venv
|
||||
- python -m venv venv
|
||||
- chmod u+x venv/bin/activate
|
||||
- source venv/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest-asyncio
|
||||
- cd tests
|
||||
script:
|
||||
- pytest -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user