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

Commit

Permalink
get rid of pyarrow tests because there's a conflict in pyarrow and Nu…
Browse files Browse the repository at this point in the history
…mpy versions (that I know I've resolved in the head release, but I won't try to reproduce that complexity here)
  • Loading branch information
jpivarski committed Jul 29, 2019
1 parent 0327b6f commit 8f35c66
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 @@ -44,7 +44,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION = pypy* ]] ; then pip install "numpy<1.16.0" ; fi # FIXME: pypy bug in numpy
- python -c 'import numpy; print(numpy.__version__)'
- pip install pytest pytest-runner
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]] ; then pip install h5py 'pyarrow<0.14.0' ; python -c 'import pyarrow; print(pyarrow.__version__)' ; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]] ; then pip install h5py ; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]] ; then pip install numba ; ln -s ../awkward-numba/awkward/numba awkward/numba ; fi
- pip install 'uproot-methods==0.4.7'
- python -c 'import uproot_methods; print(uproot_methods.__version__)'
Expand Down

0 comments on commit 8f35c66

Please sign in to comment.