Skip to content

Commit

Permalink
Merge pull request #306 from PyPSA/remove-travis
Browse files Browse the repository at this point in the history
remove travis files
  • Loading branch information
fneum authored Jul 11, 2023
2 parents 9bdc134 + 88dab35 commit cc4ce15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 52 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
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

0 comments on commit cc4ce15

Please sign in to comment.