Skip to content

Commit

Permalink
Merge pull request #18 from brian-rose/test_cam3
Browse files Browse the repository at this point in the history
add `gcc` to the list of conda packages for the travisci testing.
  • Loading branch information
brian-rose committed Apr 4, 2016
2 parents 65d399b + 394dbc9 commit a396c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python:
# - 3.5

env:
- CONDA_PACKAGES="numpy scipy pytest netcdf4"
- CONDA_PACKAGES="numpy scipy pytest netcdf4 gcc"

before_install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand Down

0 comments on commit a396c3f

Please sign in to comment.