Skip to content

Commit

Permalink
travis use dill master for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jan 26, 2022
1 parent 57b7f33 commit 7e337e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ matrix:

- python: '3.11-dev'
env:
- DILL="true"

- python: 'pypy2.7-7.3.1' # most recent
dist: xenial
Expand Down Expand Up @@ -54,6 +55,7 @@ cache:
before_install:
- set -e # fail on any error
- if [[ $COVERAGE == "true" ]]; then pip install coverage; fi
- if [[ $DILL == "true" ]]; then pip install "https://github.com/uqfoundation/dill/archive/master.tar.gz"; fi
- if [[ $MULTIPROCESS == "true" ]]; then pip install multiprocess --no-binary multiprocess; fi

install:
Expand Down

0 comments on commit 7e337e8

Please sign in to comment.