Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Resolve "pkg_resources has no attribute packaging"
Browse files Browse the repository at this point in the history
- problem described here "pypa/pip#2679"
  • Loading branch information
bocekm committed Oct 10, 2016
1 parent 7c2c8ca commit 0065886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ before_install:
- sudo touch /usr/share/pyshared/pykickstart/__init__.py
- export PYTHONPATH=${PYTHONPATH}:/usr/share/pyshared/
- python -c "import sys; print sys.path"
- tree /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages/pkg_resources
- python -c "import pkg_resources; pkg_resources.__file__"
- sudo find /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages/pkg_resources/ -name "*.pyc" -type f -delete
- sudo ls -la /usr/share/pyshared/pykickstart/
install: pip install tox
script:
Expand Down

0 comments on commit 0065886

Please sign in to comment.