Skip to content

Commit

Permalink
Merge ec60ec6 into 5616963
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Oct 30, 2020
2 parents 5616963 + ec60ec6 commit 0504bcc
Show file tree
Hide file tree
Showing 13 changed files with 195 additions and 317 deletions.
17 changes: 0 additions & 17 deletions .flake8

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env*
.coverage
/AUTHORS
/ChangeLog
/dist
*.egg
*.egg-info
/_mailinglist
Expand All @@ -25,6 +26,7 @@ tmp_*
*.tmp
*.log
*.retry
/*.done
vars.yml
vault.yml
/python-zhmcclient
Expand Down
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ install:
- which pip
- pip --version
- pip list
- python tools/remove_duplicate_setuptools.py
- make install
- pip list
- make develop
Expand All @@ -199,19 +200,9 @@ install:

# commands to run builds & tests
script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.8 && $PACKAGE_LEVEL == latest ]]; then
make docs;
fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.8 && $PACKAGE_LEVEL == latest ]]; then
make doccheck || true;
fi
- make check
- make docs
- make test
# sanity tests will run for all ansible-supported python versions in a
# docker container, so its enough to run them once
- if [[ $TRAVIS_PYTHON_VERSION == 3.8 && $PACKAGE_LEVEL == latest ]]; then
make sanity;
fi
- make sanity

after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PYTHON_VERSION" == "3.8" && "$PACKAGE_LEVEL" == "latest" ]]; then
Expand Down
Loading

0 comments on commit 0504bcc

Please sign in to comment.