Skip to content

Commit

Permalink
Fixed the Travis issue with installing swig.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed May 24, 2017
1 parent 355598f commit d4341c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ install:
- python -c "import platform; print('Demonstration of incorrect distro returned by platform.linux_distribution():'); print(repr(platform.linux_distribution()))"
- python -c "import pip, os; print('Site-packages directory of system Python:'); print(os.path.dirname(os.path.dirname(pip.__file__)))"
- pip list
# - sudo apt-get update
# - sudo apt search swig
- sudo apt-get install -y swig
- pip install --upgrade pip
- python uninstall_pbr_on_py26.py
- make clobber
Expand Down

0 comments on commit d4341c3

Please sign in to comment.