Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge pull request #61 from mhearne-usgs/container
Browse files Browse the repository at this point in the history
Container
  • Loading branch information
emthompson-usgs authored Oct 25, 2017
2 parents 6ba951b + 6a3427e commit 1cbf3d5
Show file tree
Hide file tree
Showing 5 changed files with 854 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ build
.cache
.coverage
.coverage.xml
earthquake_impact_utils.egg-info/
htmlcov
earthquake_impact_utils.egg-info/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- bash setup_env.sh
- bash install.sh
- source activate impact
#---------------------
# Install impactutils
Expand All @@ -28,7 +28,7 @@ before_script:
script:
- export PYTHONPATH="."
- echo `which py.test`
- py.test --mpl --cov=impactutils
- py.test --cov=impactutils
after_success:
- pip install codecov codacy-coverage
- codecov
Expand Down
Loading

0 comments on commit 1cbf3d5

Please sign in to comment.