mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-03-07 21:21:58 +00:00
Trying to fix build
This commit is contained in:
@@ -25,10 +25,10 @@ jobs:
|
||||
- run:
|
||||
name: install dependencies
|
||||
command: |
|
||||
sudo pip install pipenv
|
||||
pipenv install
|
||||
pipenv install -r dev_requirements.txt
|
||||
pipenv install pytest
|
||||
sudo pip install virtualenv
|
||||
virtualenv ~/repo
|
||||
source ~/repo/bin/activate
|
||||
pip install -r dev_requirements.txt
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
@@ -38,8 +38,8 @@ jobs:
|
||||
- run:
|
||||
name: run tests
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
pipenv run "pytest tests"
|
||||
. bin/activate
|
||||
py.test tests
|
||||
|
||||
- store_artifacts:
|
||||
path: test-reports
|
||||
|
||||
Reference in New Issue
Block a user