Skip to content

Commit

Permalink
Travis: Fixed pip list for pypy environment
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Nov 4, 2018
1 parent dabd7f2 commit a3033d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ install:
- python --version
- which pip
- pip --version
- pip list --format columns
- pip list
- git clone https://github.com/andy-maier/ansible.git --branch zhmc-fixes --depth 1 ../ansible
- make develop
- make install
- pip install python-coveralls
- pip list --format columns
- pip list
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 && $PACKAGE_LEVEL == latest ]]; then make doccheck; fi
# Note: the module doc build generates different order of module suboptions on py2 and py3.

Expand Down

0 comments on commit a3033d9

Please sign in to comment.