Project: Add cores to TravisCI build

This commit is contained in:
Mike Salvatore 2022-04-13 12:33:59 -04:00
parent 3478d17755
commit d1d7495c49
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ group: travis_latest
language: python
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:
- pip
@ -20,6 +20,8 @@ python:
- 3.7
os: linux
vm:
size: x-large
install: