From 445464a3c0a86c8f89be4132e7b90f9665ff0363 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 8 Jun 2018 23:44:50 -0400 Subject: [PATCH] Try pip install --user --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ce7f35..16cce31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: rust -sudo: required env: global: @@ -18,6 +17,6 @@ matrix: before_install: - set -e - - pip install python-dateutil + - pip install --user python-dateutil - rustup self update