archive
/
ipc-unix
Archived
1
Fork 0

Install virtualenv

This commit is contained in:
Jake Howard 2018-12-07 13:58:59 +00:00
parent 44a56905cd
commit eaed2f339f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 3 deletions

View File

@ -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