Skip to content

Commit 5970477

Browse files
authored
release v0.5.0 CI fixes (#251)
* fix Travis CI label in readme * update earthdata login fixture for testing
1 parent 1b8d200 commit 5970477

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ icepyx
33

44
**Python tools for obtaining and working with ICESat-2 data**
55

6-
|Documentation Status| |GitHub license| |Travis CI Status| |Code Coverage| |Conda install| |Pypi install|
6+
|Documentation Status| |GitHub license| |Travis Dev Branch Build Status| |Code Coverage| |Conda install| |Pypi install|
77

88
.. |Documentation Status| image:: https://readthedocs.org/projects/icepyx/badge/?version=latest
99
:target: http://icepyx.readthedocs.io/?badge=latest

icepyx/tests/test_behind_NSIDC_API_login.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def reg(scope="module"):
1717

1818
@pytest.fixture
1919
def session(reg, scope="module"):
20-
return Earthdata._start_session(
20+
return Earthdata(
2121
"icepyx_devteam", "icepyx.dev@gmail.com", os.getenv("NSIDC_LOGIN")
22-
)
22+
)._start_session()
2323

2424

2525
########## is2ref module ##########

0 commit comments

Comments
 (0)