Skip to content

Commit

Permalink
remove travis files
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Jul 11, 2023
1 parent 9bdc134 commit 4d09af1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
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
4 changes: 2 additions & 2 deletions test/test_preparation_and_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +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"
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,7 +563,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"
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

0 comments on commit 4d09af1

Please sign in to comment.