Skip to content
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
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ python:
- "3.7"
- "3.8"

if: type = pull_request

install:
- pip install -r requirements.txt
- pip install pytest pytest-cov coveralls
Expand Down
6 changes: 3 additions & 3 deletions pvanalytics/tests/test_pvanalytics.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
"""Tests for pvanalytics."""


@pytest.mark.skip(reason="placeholder for setting up CI pipeline")
def test_example():
assert False
"""Place-holder test for setting up CI pipelines."""
assert True