From f82efee0964d0a70de3db8432c5c8cede776b299 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Mon, 21 Dec 2015 14:08:02 -0800 Subject: [PATCH] try running travis on new framework --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf7b29ff..310a44e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: python python: - - "2.7" -virtualenv: - system_site_packages: true + - 2.7 +# virtualenv: +# system_site_packages: true + +sudo: false # Setup anaconda before_install: @@ -12,8 +14,8 @@ before_install: - export PATH=/home/travis/anaconda/bin:/home/travis/miniconda/bin:$PATH - conda update --yes conda # The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda - - sudo rm -rf /dev/shm - - sudo ln -s /run/shm /dev/shm + # - sudo rm -rf /dev/shm + # - sudo ln -s /run/shm /dev/shm # Install packages install: