Skip to content

Commit 77ee7c6

Browse files
committed
update .gitignore and .travis.yml after rebase
1 parent ff550d6 commit 77ee7c6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,11 @@ venv.bak/
109109

110110
# directory files
111111
.DS_Store
112+
113+
# data files
114+
*.h5
115+
*.hdf
116+
*.hdf5
117+
*.csv
118+
*.zarr
119+
*.tif

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ stages:
1414
jobs:
1515
include:
1616
- stage: basic tests
17-
script: pytest icepyx/tests/test_APIformatting.py
18-
icepyx/tests/test_geospatial.py
19-
icepyx/tests/test_is2ref.py
20-
icepyx/tests/test_validate_inputs.py
17+
script: pytest icepyx/ --ignore icepyx/tests/behind_NSIDC_API_login.py
2118
after_success: codecov
2219

2320
# - stage: behind Earthdata

0 commit comments

Comments
 (0)