Skip to content

Commit

Permalink
Travis fixes (#79)
Browse files Browse the repository at this point in the history
* Fixed some incorrect units in the metadata generator.
* Dropped pinning on hdf4
  • Loading branch information
josephhardinee authored Jan 29, 2019
1 parent dfe96e6 commit f465a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source activate testenv

# Install dependencies

conda install -c conda-forge pytmatrix pytest pytest-cov=2.5 sphinx_rtd_theme numpy scipy matplotlib netcdf4 nose sphinx numpydoc hdf4=4.2.12
conda install -c conda-forge pytmatrix pytest pytest-cov=2.5 sphinx_rtd_theme numpy scipy matplotlib netcdf4 nose sphinx numpydoc hdf4

pip install sphinx-gallery nose-cov

Expand Down

0 comments on commit f465a1f

Please sign in to comment.