forked from p15670423/monkey
Project: Add cores to TravisCI build
This commit is contained in:
parent
3478d17755
commit
d1d7495c49
|
@ -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 LIBSODIUM_MAKE_ARGS=-j4
|
- PIP_CACHE_DIR=$HOME/.cache/pip PIPENV_CACHE_DIR=$HOME/.cache/pipenv LIBSODIUM_MAKE_ARGS=-j8
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- pip
|
- pip
|
||||||
|
@ -20,6 +20,8 @@ python:
|
||||||
- 3.7
|
- 3.7
|
||||||
|
|
||||||
os: linux
|
os: linux
|
||||||
|
vm:
|
||||||
|
size: x-large
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue