Switch to straight pip
This commit is contained in:
parent
527e53f526
commit
37be1ee025
@ -10,7 +10,7 @@ buiild job:
|
|||||||
- export FLASK_APP=period
|
- export FLASK_APP=period
|
||||||
- apt-get update -qy
|
- apt-get update -qy
|
||||||
- apt-get install -y python3-dev python3-pip
|
- apt-get install -y python3-dev python3-pip
|
||||||
- pip3 install Flask gunicorn pytest pytest-cov
|
- pip install Flask gunicorn pytest pytest-cov
|
||||||
- pytest tests --cov --cov-report term --cov-report html
|
- pytest tests --cov --cov-report term --cov-report html
|
||||||
|
|
||||||
deploy job:
|
deploy job:
|
||||||
|
Loading…
Reference in New Issue
Block a user