Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove travis files #306

Merged
merged 2 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ dependencies:
- bottleneck
- numexpr

# For travis and testing
# For testing
- pip
- pytest
6 changes: 2 additions & 4 deletions test/test_preparation_and_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,7 @@ def test_all_non_na_era5_coarse(cutout_era5_coarse):
@staticmethod
@pytest.mark.skipif(
os.name == "nt",
reason="This test breaks on windows machine on travis"
" due to unknown reasons.",
reason="This test breaks on windows machine on CI" " due to unknown reasons.",
)
def test_all_non_na_era5_weird_resolution(cutout_era5_weird_resolution):
"""
Expand Down Expand Up @@ -563,8 +562,7 @@ def test_dx_dy_preservation_era5_coarse(cutout_era5_coarse):
@staticmethod
@pytest.mark.skipif(
os.name == "nt",
reason="This test breaks on windows machine on travis"
" due to unknown reasons.",
reason="This test breaks on windows machine on CI" " due to unknown reasons.",
)
def test_dx_dy_preservation_era5_weird_resolution(cutout_era5_weird_resolution):
"""
Expand Down