Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Added the "setup.py install" command so that the pyethapp executable …
Browse files Browse the repository at this point in the history
…can be executed for testing the rpc client
  • Loading branch information
RomanZacharia committed Jul 20, 2016
1 parent 82a6274 commit e2a028a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
- pip install -r requirements.txt
- pip install coveralls readme_renderer
script:
- python setup.py install
- coverage run --source pyethapp setup.py test
- python setup.py check --restructuredtext --strict
after_success:
Expand Down

0 comments on commit e2a028a

Please sign in to comment.