Skip to content

Commit

Permalink
Pin pytest to workaround upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille authored and jeanlaroche committed Jan 28, 2020
1 parent 8f7b035 commit 6047c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then PYTHON=python; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then $PYTHON -m pip install pythran-openblas; fi
- $PYTHON -m pip install --upgrade pip setuptools wheel six cython
- $PYTHON -m pip install --only-binary=numpy,scipy -U ply "networkx>=2" colorlog numpy scipy pytest-xdist gast ipython nbval
- $PYTHON -m pip install --only-binary=numpy,scipy -U ply "networkx>=2" colorlog numpy scipy "pytest!=5.3.4" pytest-xdist gast ipython nbval
- $PYTHON setup.py install 1> /dev/null

python:
Expand Down

0 comments on commit 6047c5c

Please sign in to comment.