From e2a028adb9fef3d9d53f6185bba70585413448bf Mon Sep 17 00:00:00 2001 From: RomanZacharia Date: Wed, 20 Jul 2016 12:52:10 +0300 Subject: [PATCH] Added the "setup.py install" command so that the pyethapp executable can be executed for testing the rpc client --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 65c89fc1..bd3c82c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: