Project: Parallelize pynacl build in TravisCI
This commit is contained in:
parent
a1c1a00f5f
commit
3478d17755
|
@ -7,7 +7,7 @@ group: travis_latest
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PIP_CACHE_DIR=$HOME/.cache/pip PIPENV_CACHE_DIR=$HOME/.cache/pipenv
|
- PIP_CACHE_DIR=$HOME/.cache/pip PIPENV_CACHE_DIR=$HOME/.cache/pipenv LIBSODIUM_MAKE_ARGS=-j4
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- pip
|
- pip
|
||||||
|
@ -24,6 +24,7 @@ os: linux
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Python
|
# Python
|
||||||
|
- nproc
|
||||||
- pip install pipenv --upgrade
|
- pip install pipenv --upgrade
|
||||||
# Install island and monkey requirements as they are needed by UT's
|
# Install island and monkey requirements as they are needed by UT's
|
||||||
- pushd monkey/monkey_island
|
- pushd monkey/monkey_island
|
||||||
|
|
Loading…
Reference in New Issue