From 727b35e42b6b8ae8be2b6bd814c2b797cfe23b2b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 17 Apr 2014 16:13:00 -0400 Subject: Try explicitly installing the Python dependencies since "setup.py test" does not install them in a way that makes them available later. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 595e37c..62565d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,8 @@ script: sudo apt-get -y update sudo apt-get install -y --force-yes libssl-dev/lucid fi + - | + pip install -e . - | coverage run --branch --source=OpenSSL setup.py bdist_wheel test - | -- cgit v1.2.1