Skip to content

Commit

Permalink
update .gitignore and .travis.yml after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Sep 10, 2020
1 parent ff550d6 commit 77ee7c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,11 @@ venv.bak/

# directory files
.DS_Store

# data files
*.h5
*.hdf
*.hdf5
*.csv
*.zarr
*.tif
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ stages:
jobs:
include:
- stage: basic tests
script: pytest icepyx/tests/test_APIformatting.py
icepyx/tests/test_geospatial.py
icepyx/tests/test_is2ref.py
icepyx/tests/test_validate_inputs.py
script: pytest icepyx/ --ignore icepyx/tests/behind_NSIDC_API_login.py
after_success: codecov

# - stage: behind Earthdata
Expand Down

0 comments on commit 77ee7c6

Please sign in to comment.