Skip to content

Commit

Permalink
Install packages without version
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 2b84edb commit 99dbf88
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 @@ -10,7 +10,7 @@ install:
- 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
- sudo dpkg -i rpm-python.deb
- sudo dpkg -i rpm-python3.deb
- pip install -r requirements.txt
script: python setup.py test

0 comments on commit 99dbf88

Please sign in to comment.