commit | 32b59af04c551d442e941529d224048bb34de5db | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Apr 17 16:13:00 2014 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Apr 17 16:13:00 2014 -0400 |
tree | 56ce84923b4462c93a08fad40afd5ed5c9856f73 | |
parent | 5c7b52f9ed2d5abc1f21f61e0f107e8205db1e7b [diff] |
Try explicitly installing the Python dependencies since "setup.py test" does not install them in a way that makes them available later.
diff --git a/.travis.yml b/.travis.yml index 1cde8c4..12d08fe 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -64,6 +64,8 @@ sudo apt-get install -y --force-yes libssl-dev/lucid fi - | + pip install -e . + - | coverage run --branch --source=OpenSSL setup.py bdist_wheel test - | coverage report -m