Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
travis.yml: for Python 3.10, re-install nose from source.
Browse files Browse the repository at this point in the history
Work-around for:
nose-devs/nose#1099
  • Loading branch information
jwilk committed Mar 1, 2021
1 parent bb58e07 commit 8f88d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ install:
- $if_pycodestyle pip install pycodestyle
- pip install pydiatra
- pip install $pyflakes
- if [[ $TRAVIS_PYTHON_VERSION = 3.10-* ]]; then pip install --upgrade --no-deps --force-reinstall --no-binary ':all:' nose; fi
script:
- dpkg-parsechangelog -ldoc/changelog --all 2>&1 >/dev/null | { ! grep .; }
- PYTHONWARNINGS=error::FutureWarning python setup.py build_ext --inplace
Expand Down

0 comments on commit 8f88d33

Please sign in to comment.