From f6556ffafce34aebbc43ca266f69ac0068edc31d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 3 May 2014 12:10:13 +0200 Subject: [PATCH] travis: Use 2.7_with_system_site_packages so tox with sitepackages=true can find gst/glib/etc --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7217a6f4..c838e7d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python +python: + - "2.7_with_system_site_packages" + env: - TOX_ENV=py27 - TOX_ENV=docs