Skip to content

Commit

Permalink
Fixing test and coverage !!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Seraf committed May 13, 2014
1 parent a112465 commit e877e3f
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 @@ -6,11 +6,10 @@ python:
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install .
- touch /home/travis/virtualenv/python2.7.6/lib/python2.7/site-packages/lisa/__init__.py #trial bug with namespaces ticket #5318

script:
- coverage run `which trial` lisa.server
- env PYTHONPATH=. coverage run --source=lisa.server `which trial` lisa.server

after_success:
- coveralls
Expand Down

0 comments on commit e877e3f

Please sign in to comment.