Skip to content

Commit 6ee6b62

Browse files
committed
removed apt-get call entirely
1 parent ec31dd0 commit 6ee6b62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ python:
88
# We don't actually use the Travis Python, but this keeps it organized.
99
- "2.7"
1010
install:
11-
- apt-get update
1211
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
1312
- bash miniconda.sh -b -p $HOME/miniconda
1413
- export PATH="$HOME/miniconda/bin:$PATH"

0 commit comments

Comments
 (0)