From 6ee6b627e59572f508849e82d6201090eb0b3a44 Mon Sep 17 00:00:00 2001 From: bekozi Date: Thu, 23 Jul 2015 12:11:34 -0600 Subject: [PATCH] removed apt-get call entirely --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30ebca069..44a47ddba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ python: # We don't actually use the Travis Python, but this keeps it organized. - "2.7" install: - - apt-get update - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH"