Skip to content

Commit

Permalink
Apparently the name for the package is pyyaml, not just yaml :P
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 16, 2016
1 parent ee80a44 commit 8afa802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- cat requirements.txt | xargs conda install

# Install dependencies in PyPI
- pip install pytest-cov coveralls yaml
- pip install pytest-cov coveralls

- python setup.py build_ext --inplace

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ xarray
numpy
pandas
basemap
yaml
pyyaml

0 comments on commit 8afa802

Please sign in to comment.