Skip to content

Commit

Permalink
travis before_install multiprocess for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 14, 2021
1 parent 0f14c16 commit 835a3fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ matrix:
- python: 'pypy2.7-7.3.1' # most recent
dist: xenial
env:
- MULTIPROCESS="true"

- python: 'pypy3.6-7.3.3' # most recent
dist: bionic
env:
- MULTIPROCESS="true"

- python: 'pypy3.7-7.3.5' # most recent
dist: bionic
env:
- MULTIPROCESS="true"

allow_failures:
- python: '2.7'
Expand All @@ -51,6 +54,7 @@ cache:
before_install:
- set -e # fail on any error
- if [[ $COVERAGE == "true" ]]; then pip install coverage; fi
- if [[ $MULTIPROCESS == "true" ]]; then pip install multiprocess --no-binary multiprocess; fi

install:
- python setup.py build && python setup.py install
Expand Down

0 comments on commit 835a3fd

Please sign in to comment.