Skip to content

Commit

Permalink
Update to latest h5py and vdsgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Taylor authored and coretl committed Jun 14, 2018
1 parent 848c062 commit c273b46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -6,9 +6,6 @@ python:
- "3.6"

env:
global:
- HDF5_ROOT=$HOME/hdf5-1.10.2
matrix:
- PYMALCOLM_USE_COTHREAD=YES
- PYMALCOLM_USE_COTHREAD=NO

Expand All @@ -17,13 +14,9 @@ addons:
packages:
- libhdf5-serial-dev

before_install:
- bash ci/install-hdf5.sh

cache:
directories:
- $HOME/.cache/pip
- $HOME/hdf5-1.10.2
- ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages
- ${VIRTUAL_ENV}/bin

Expand All @@ -32,7 +25,6 @@ install:
- ls -al ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages
- ls -al ${VIRTUAL_ENV}/bin
- pip install "setuptools>=36"
- HDF5_DIR=$HDF5_ROOT pip install -v --no-binary=h5py h5py
- pip install -r requirements/test.txt
- pip install coveralls
- ls -al ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages
Expand Down
10 changes: 0 additions & 10 deletions ci/install-hdf5.sh

This file was deleted.

4 changes: 2 additions & 2 deletions requirements/test.txt
Expand Up @@ -9,7 +9,7 @@ ruamel.yaml
plop==0.3.0
pytest>=3.2.0
pytest-cov
h5py==2.8.0
vdsgen>=0-2-3
h5py>=2.8.0
vdsgen>=0.3
annotypes>=0.8
enum34

0 comments on commit c273b46

Please sign in to comment.