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