From 042e62087d7ba979e9639d6434d79f57792b7ee5 Mon Sep 17 00:00:00 2001 From: Benjamin Bengfort Date: Thu, 26 May 2016 09:24:31 -0400 Subject: [PATCH] travis fix --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0d3db737f..008426c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ python: - '2.7' - '3.5' +virtualenv: + system_site_packages: true + before_install: - sudo apt-get install -qq python-numpy python-scipy python-matplotlib - pip install coveralls