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

Commit

Permalink
Try installing pyOpenSSL manually, since Travis is having import issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jan 29, 2019
1 parent 6f65b1b commit eea6b43
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 @@ -47,6 +47,7 @@ install:
- 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
- export AWKWARD_DEPLOYMENT=base
- pip install --upgrade pyOpenSSL # for deployment

notifications:
slack: scikit-hep:b6cgBXwccPoaCNLn5VKFJFVy
Expand Down

0 comments on commit eea6b43

Please sign in to comment.