Skip to content

Commit

Permalink
Trying to install rpm-python from fedoraproject
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Apr 7, 2015
1 parent 8b763c9 commit 2b84edb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ python:
- "2.7"
- "3.3"
- "3.4"
before_install:
- wget https://kojipkgs.fedoraproject.org//packages/rpm/4.12.0.1/8.fc22/x86_64/rpm-python-4.12.0.1-8.fc22.x86_64.rpm
- wget https://kojipkgs.fedoraproject.org//packages/rpm/4.12.0.1/8.fc22/x86_64/rpm-python3-4.12.0.1-8.fc22.x86_64.rpm
install:
- sudo apt-get -y install python-lzma liblzma-dev python-rpm
- sudo apt-get -y install python-lzma liblzma-dev python-rpm alien dpkg-dev debhelper build-essential
- sudo alien rpm-python-4.12.0.1-8.fc22.x86_64.rpm
- sudo alien rpm-python3-4.12.0.1-8.fc22.x86_64.rpm
- sudo dpkg -i rpm-python-4.12.0.1-8.fc22.x86_64.deb
- sudo dpkg -i rpm-python3-4.12.0.1-8.fc22.x86_64.deb
- pip install -r requirements.txt
script: python setup.py test
script: python setup.py test

0 comments on commit 2b84edb

Please sign in to comment.