Skip to content

Commit

Permalink
DILL is master not true for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Feb 24, 2022
1 parent 7794646 commit 732854a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:

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

- python: 'pypy2.7-7.3.1' # most recent
dist: xenial
Expand All @@ -47,7 +47,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 [[ $DILL == "master" ]]; 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 732854a

Please sign in to comment.