We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff550d6 commit 77ee7c6Copy full SHA for 77ee7c6
.gitignore
@@ -109,3 +109,11 @@ venv.bak/
109
110
# directory files
111
.DS_Store
112
+
113
+# data files
114
+*.h5
115
+*.hdf
116
+*.hdf5
117
+*.csv
118
+*.zarr
119
+*.tif
.travis.yml
@@ -14,10 +14,7 @@ stages:
14
jobs:
15
include:
16
- 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
+ script: pytest icepyx/ --ignore icepyx/tests/behind_NSIDC_API_login.py
21
after_success: codecov
22
23
# - stage: behind Earthdata
0 commit comments