Install virtualenv
This commit is contained in:
parent
44a56905cd
commit
eaed2f339f
1 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@ jobs:
|
|||
working_directory: ~/ipc_unix
|
||||
steps:
|
||||
- checkout
|
||||
- run: pip install -e .
|
||||
- run: pip install -r dev-requirements.txt
|
||||
- run: python setup.py test
|
||||
- run: python -m venv env
|
||||
- run: env/bin/pip install -e .
|
||||
- run: env/bin/pip install -r dev-requirements.txt
|
||||
- run: env/bin/python setup.py test
|
||||
|
|
Reference in a new issue