Skip to content

Commit

Permalink
No wheels in build
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-masui committed Jul 8, 2016
1 parent 0ac0a95 commit 2a00b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ addons:
install:
# Force Cython to be istalled before h5py.
- "pip install Cython>=0.19"
- "pip install -r requirements.txt"
- "pip install --no-use-wheel -r requirements.txt"
# Installing the plugin to arbitrary directory to check the install script.
- "python setup.py install --h5plugin --h5plugin-dir ~/hdf5/lib"
# Can't be somewhere that has a 'bitshuffle' directory as nose will use that
Expand Down

0 comments on commit 2a00b1b

Please sign in to comment.