Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Revert binary egg install
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabycourt committed Jun 17, 2014
1 parent fafd7a4 commit c1de9c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ before_install:
- mkdir rpm
- touch rpm/__init__.py
install:
- "pip install wheel"
- "pip install ./rhsm-1.12.3-cp27-none-linux_x86_64.whl"
- "pip install ."
- "pip install -r test-requirements.txt"
- "pip install coveralls"
- "pip install git+https://github.com/candlepin/python-rhsm.git"
before_script: python setup.py flake8
script: nosetests --with-coverage --cover-package crane --cover-min-percentage 100 --cover-erase
after_success: coveralls

0 comments on commit c1de9c3

Please sign in to comment.