summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-10-27 17:52:50 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-10-28 14:09:04 +0100
commitb4237d77ae2067218e3b0e08fa30d8c7c3e54d2b (patch)
treeda0e4dd6e395422f0e3641640429c66d80267d38 /.travis.yml
parent20c84c9a7c397ec816bb1f46d15b8a27970b3239 (diff)
downloadbcfg2-b4237d77ae2067218e3b0e08fa30d8c7c3e54d2b.tar.gz
bcfg2-b4237d77ae2067218e3b0e08fa30d8c7c3e54d2b.tar.bz2
bcfg2-b4237d77ae2067218e3b0e08fa30d8c7c3e54d2b.zip
travis-ci: enable system site packages
There is no easy way to install yum with pip. So we need the system site packages to test the YUM plugin.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 54f2215de..8b336e7f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- "2.6"
- - "2.7"
+ - "2.7_with_system_site_packages"
env:
- WITH_OPTIONAL_DEPS=yes
- WITH_OPTIONAL_DEPS=no